@media screen and (min-width: 576px) and (max-width: 991px) {
  .processcard {
    position: relative;
  }
  .processcard::before,
  .processcard::after {
    content: "";
    position: absolute;
    background-color: rgba(32, 32, 32, 1);
  }
  .processgrid .processcard:first-child::after,
  .processgrid .processcard:nth-child(2)::after,
  .processgrid .processcard:nth-child(3)::after,
  .processgrid .processcard:nth-child(4)::after {
    width: 220px;
    height: 1px;
    bottom: -15.5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .processgrid .processcard:first-child::before,
  .processgrid .processcard:nth-child(3)::before,
  .processgrid .processcard:nth-child(5)::before {
    width: 1px;
    height: 220px;
    right: -3.5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .footer-bottom .ftr-col::before {
    right: 0px;
  }
}
@media screen and (min-width: 576px) {
  .tech-box:hover span {
    margin-bottom: 0px;
  }
  .footer-bottom .ftr-col::before {
    content: "";
    position: absolute;
    background: #202020;
    width: 1px;
    height: 100%;
    right: -10px;
    top: 0;
  }
  .leading-box:hover .ttransform,
  .leading-box:hover h4,
  .leading-box:hover p {
    transform: translateY(-25px);
  }
  .leading-box:hover .common-btn {
    /* visibility: visible; */
    opacity: 1;
    height: 44px;
  }
  .leading-box:hover {
    padding-top: 50px;
  }
  .valuecard:hover {
    background-color: rgba(32, 32, 32, 1);
    outline: 2px solid rgba(32, 32, 32, 1);
  }

  /* 
  .borderbtmsm::after {
    width: 220px;
    height: 1px;
    bottom: -15.5px;
    left: 50%;
    transform: translateX(-50%);
  } */
}
@media screen and (min-width: 768px) {
  .mbmd {
    margin-bottom: 0;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-55 {
    width: 55%;
  }
  .cornerdesign::after,
  .cornerdesign::before {
    content: "";
    position: absolute;
  }
  .cornerdesign::after {
    height: 111px;
    width: 111px;
    background-color: var(--primary-color);
    bottom: -55.5px;
    right: -55.5px;
    border-radius: 50%;
  }
  .cornerdesign::before {
    height: 132px;
    width: 132px;
    border: 1px solid var(--primary-color);
    bottom: -66px;
    right: -66px;
    border-radius: 50%;
  }
  .mbmd-24 {
    margin-bottom: 24px;
  }
  .tablecontent::-webkit-scrollbar-thumb {
    background-color: #00000036;
    opacity: 0.5;
  }
  .tablecontent::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    opacity: 0.5;
  }
  .tablecontent::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
  }
  .teamcard:hover .teamimg {
    transform: scale(1.2) translateY(-16px);
  }
}
@media screen and (min-width: 992px) {
  /* header start */
  .navbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  /* dropdown start */
  .dropdown-menu.show {
    display: none;
  }
  .lower-header .dropdown:hover > .dropdown-menu,
  .lower-header .dropend:hover > .dropdown-menu {
    display: block !important;
    animation: smoothup 0.5s;
  }
  .lower-header
    .dropend:hover
    > .dropdown-toggle-parent
    > .fa-angle-down:before {
    content: "\f106";
  }
  .lower-header .navbar-nav > .nav-item > .nav-link {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 0;
  }
  .lower-header .navbar-nav > .nav-item:hover > .nav-link {
    color: #ffc600;
  }
  .lower-header .navbar-nav > .nav-item > .nav-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: #ffc600;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    border: 0;
    margin: 0;
  }
  .lower-header .navbar-nav > .nav-item:hover > .nav-link::after {
    transform: scaleX(1);
  }
  .hover-effect {
    overflow: hidden;
    padding-right: 8px;
  }
  .hover-effect .navbar {
    width: calc(100% - 8px);
  }
  header .nav-item {
    padding: 34px 0;
  }
  @keyframes smoothup {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .processcard {
    position: relative;
  }
  .processcard::before,
  .processcard::after {
    content: "";
    position: absolute;
    background-color: rgba(32, 32, 32, 1);
  }
  .processgrid .processcard:first-child::after,
  .processgrid .processcard:nth-child(2)::after,
  .processgrid .processcard:nth-child(3)::after {
    width: 220px;
    height: 1px;
    bottom: -15.5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .processgrid .processcard:first-child::before,
  .processgrid .processcard:nth-child(2)::before,
  .processgrid .processcard:nth-child(4)::before,
  .processgrid .processcard:nth-child(5)::before {
    width: 1px;
    height: 220px;
    right: -3.5px;
    top: 50%;
    transform: translateY(-50%);
  }

  /* navigation */
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .lower-header .dropdown-menu.main-sub-menu li:not(:last-of-type) {
    border-bottom: 0;
  }
  .lower-header .main-sub-menu {
    padding: 10px;
  }
  .lower-header .main-sub-menu > li:not(:last-of-type) {
    padding-right: 15px;
  }
  .lower-header .main-sub-menu ul {
    padding-top: 10px;
    margin-top: 5px;
    border-top: 1px solid #505050;
  }
  .lower-header .main-sub-menu li {
    padding: 0;
  }
  .lower-header .dropdown-item.main-sub-menu {
    transition: 0.5s ease-in-out;
  }
  .lower-header .main-sub-menu .dropdown-item:hover {
    background: transparent;
    color: #27a823 !important;
  }
  .lower-header .dropdown:hover > .dropdown-menu.main-sub-menu {
    display: flex !important;
  }
  .lower-header .dropdown {
    position: unset;
  }
  .lower-header .dropdown .dropdown-menu {
    box-shadow: 0px 5px 120px 0px #00000080;
    top: 100%;
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 16px 0;
    background: #202020;
    color: white;
  }
  .processcard:hover .sec-title,
  .processcard:hover .step {
    color: var(--primary-color);
  }
  .platformcard:hover {
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(224, 224, 224, 1);
  }
  .lineHover {
    width: 80%;
    height: 1px;
    background-color: #ccc;
    transition: all 0.2s linear;
    opacity: 0;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .tech-box:hover .lineHover {
    opacity: 1;
    height: 1px;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  /* dropdown end */

  /* header end */
}
@media screen and (min-width: 1024px) {
  .culture-right {
    max-width: 550px;
  }
  .footer-bottom .ftr-col::before {
    right: 0;
  }
  .home-contact-info ul li:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    background: #ccc;
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 1199.99px) {
  .lower-header ul.navbar-nav > li:not(:last-of-type) {
    margin-right: 15px;
  }
  .about-sec {
    background-size: 93% !important;
  }
}
@media screen and (max-width: 1299px) {
  .technologyflex {
    gap: 40px;
    justify-content: space-between;
  }
  .techdivider:not(.techdivider:last-child)::after {
    right: -20px;
  }
  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    padding-left: 16px;
    padding-right: 16px;
  }
  .frame {
    transform: scale(0.6) translateY(-40%);
  }
  .frameone {
    left: -20px;
  }
  .frameright.frameone {
    right: -20px;
    left: unset;
  }
  .frametwo {
    left: 115px;
  }
  .frameright.frametwo {
    left: unset;
    right: 115px;
  }
  .framethree {
    left: 206px;
  }
  .frameright.framethree {
    left: unset;
    right: 206px;
  }
  .techflex .techimg {
    min-width: 230px;
  }
  .grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
  .socialimg {
    height: 54px;
    width: 54px;
  }
  .socialimg img {
    height: 30px;
    width: 30px;
  }
  .c-dashed-line {
    transform: scale(0.8);
  }
  .fs-60 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1239.98px) {
  .celebrationtab {
    max-width: calc(100% - 74px);
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
  }
  .left-btn,
  .right-btn {
    display: block !important;
  }
  .modal-body .choose-us-left {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .techicontext {
    padding: 10px 20px;
  }
  .graidantunderline {
    width: 185px;
  }
  .techdivider:not(.techdivider:last-child)::after {
    right: -33px;
  }

  .flex1200 {
    flex-wrap: wrap;
  }
  .mx732 {
    max-width: 100%;
  }
  .mx484 {
    max-width: 100%;
    width: 100%;
  }
  .leftimginfra {
    display: none;
  }
  .mx660 {
    max-width: 100%;
    width: 100%;
    align-items: unset;
  }
  .lggrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .networkbox,
  .mxright .networkbox {
    padding: 16px;
  }
  .networkbox:not(:last-child) {
    margin-bottom: 0;
  }
  .boxoverlap {
    padding-left: 16px;
    margin-left: 0 !important;
  }
  .imgoverlap {
    position: unset;
    opacity: 1;
    transform: none;
    top: unset;
    left: unset;
    min-width: 80px;
  }
  .imgoverlap {
    height: 80px;
    width: 80px;
    min-height: 80px;
    min-width: 80px;
  }
  .c-dashed-line {
    transform: scale(0.7);
  }
  .sliderbgcolor {
    position: relative;
    margin: 0 auto;
  }
  .mx292 {
    margin: 0 auto;
  }
  .careerteamslider.arrownormal .slick-arrow {
    top: 30%;
  }
  .mx724 {
    margin: 0 auto;
  }
  .opengrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .flexmdblock {
    flex-direction: column;
  }
  .bgdine .mx860 {
    max-width: 100%;
  }
  .fs-60 {
    font-size: 40px;
  }
  /* .brandLogoBg{width: calc(100% + 500px);} */
  .cursor-dot,
  .cursor-dot-outline {
    display: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .mx880 {
    max-width: 100%;
  }
  .tablecontent {
    height: calc(100vh - 126px);
  }
  .sticky-container .w-md-50 {
    width: 100%;
  }
  .sticky-container .d-md-flex {
    display: block !important;
  }
  .cta-left .sec-title {
    margin-bottom: 20px;
    max-width: 550px;
  }
  .home-banner-main .flex-md-nowrap {
    flex-wrap: wrap !important;
  }
  .home-banner-main .w-md-55,
  .home-banner-main .w-md-100 {
    width: 100%;
  }
  .home-banner-main .w-md-55 {
    max-width: 750px;
    margin: 0 auto;
  }
  .bannerrightimg {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 45px;
  }
  .leading-buisness-sec .row > *,
  .news-sec .row > * {
    padding-left: 8px;
    padding-right: 8px;
  }
  .product-box .col-lg-6 {
    width: 100%;
  }
  .product-box .orderlg,
  .home-banner-box .ordermd {
    padding: 0;
    order: 2;
  }
  .product-box .product-box-left {
    padding: 30px;
  }
  .home-banner-box .col-md-7,
  .home-banner-box .col-md-5,
  .home-contact-sec .col-md-7,
  .home-contact-sec .col-md-5 {
    width: 100%;
  }
  .home-banner-right {
    text-align: center;
    margin-bottom: 30px;
  }
  .home-banner-left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner-left .justify-content-md-start {
    justify-content: center !important;
  }
  .home-banner-box h1 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .sliders {
    position: relative;
    width: 222px;
  }
  .spline-viewer {
    height: 400px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner-sec .home-banner-main,
  .home-banner-sec .home-banner-box {
    min-height: calc(100vh - 345px);
    padding: 25px 0px;
  }
  .about-sec.pb55 .row:last-child .col-md-6,
  .cultural-sec .col-md-6,
  .choose-sec .container > .row:last-child > .col-md-6,
  .hire-development-sec .container > .row > .col-md-6,
  .faq-sec .accordion .col-md-6,
  .cta-sec .col-md-6 {
    width: 100%;
  }
  .degital-service-tab .d-md-none,
  .cultural-sec .d-md-none {
    display: block !important;
  }
  .degital-service-tab .d-md-block,
  .cultural-sec .d-md-block {
    display: none !important;
  }
  .cultural-sec .d-md-flex {
    display: block !important;
  }
  .cultural-sec .mb-4,
  .choose-sec .mb-4,
  .home-contact-sec .mb-4 {
    margin-bottom: 1.5rem !important;
  }
  .recognition-box {
    min-height: 200px;
  }
  .innovativeslider.arrowtoplg {
    margin-top: 16px;
    position: relative;
  }
  .innovativeslider.arrowtoplg .slick-slide {
    transform: scale(0.9);
    transition: all 0.3s;
  }
  .innovativeslider.arrowtoplg .slick-slide.slick-active {
    transform: scale(1);
  }
  .innovativeslider.arrowtoplg .slick-arrow {
    position: absolute;
    top: -35px;
    height: 40px;
    width: 40px;
  }
  .innovativeslider.arrowtoplg .slick-arrow::before {
    font-size: 32px;
    color: #ffc600;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .innovativeslider.arrowtoplg .slick-arrow::before {
    content: "";
    background-image: url("../images/rightarrow.png");
    border: 1px solid white;
  }
  .innovativeslider.arrowtoplg .slick-arrow.slick-prev {
    right: 50px;
    left: unset;
  }
  .innovativeslider.arrowtoplg .slick-arrow.slick-next {
    right: 0px;
    left: unset;
  }
  .innovativeslider.arrowtoplg .slick-arrow.slick-next::before {
    transform: rotate(180deg);
  }
  .innovativeslider.arrowtoplg.slick-initialized .slick-slide {
    margin: 0;
  }
  .innovativeslider.arrowtoplg .slick-arrow:active::before {
    background-color: #ffc600;
    border-color: transparent !important;
  }
  .innovativeslider.arrowtoplg.arrowtopblack .slick-arrow::before {
    content: "";
    background-image: url("../images/rightarblack.png");
    border: 1px solid black;
  }
  .tab-content-bottom ul {
    padding-left: 16px;
  }
  .tab-content-right {
    padding-bottom: 90px;
  }
  .cultural-sec .culture-left {
    padding: 0 16px;
  }
  .hire-development-left {
    margin-bottom: 20px;
  }
  .hire-development-sec .hire-developmrnt-right {
    width: 100%;
  }
  .p-md-0 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .cta-sec .d-sm-block {
    display: none !important;
  }
  .leading-box .common-btn {
    visibility: visible;
    opacity: 1;
    padding: 10px 16px;
    height: 52px;
    margin-top: 20px;
  }
  .leading-box {
    justify-content: space-between;
  }
  .consutcard {
    margin: 0;
  }
  .card1 {
    top: 65px;
  }
  .card2 {
    top: 81px;
  }
  .card3 {
    top: 97px;
  }
  .card4 {
    top: 113px;
  }
  .card5 {
    top: 139px;
  }
  .lightcounter::after {
    height: 94px;
    width: 287px;
    top: 2px;
    background: linear-gradient(
      180deg,
      #202020 0%,
      rgba(32, 32, 32, 0) 117.86%
    );
    clip-path: polygon(35% 0, 66% 0, 100% 100%, 0% 100%);
  }
  .lightcounter::before {
    top: 0;
    background-color: white;
    width: 91px;
  }
  .gridtwo {
    grid-template-columns: repeat(1, 1fr);
  }
  .techflex .techimg {
    min-width: 180px;
    width: 180px;
  }
  .techflex .techbox:not(:last-child)::after {
    height: 50px;
  }
  .techflex .techimg img {
    width: 100%;
  }
  .techbox {
    width: 180px;
  }
  .techbox {
    height: 77px;
    font-size: 16px;
  }
  .techbox img {
    width: 50px;
    height: 50px;
  }
  .techflex .d-sm-block,
  .bloginner .d-md-block {
    display: none !important;
  }
  .techflex .d-sm-none,
  .bloginner .d-md-none {
    display: block !important;
  }
  .techbox {
    width: 50%;
    font-size: 14px;
    justify-content: start;
  }
  .techbox img {
    width: 40px;
    height: 40px;
    margin-left: 16px;
  }
  .techflex {
    flex-wrap: wrap;
  }
  .techflex .techimg {
    width: 100%;
  }
  .techflex .techimg img {
    width: unset;
  }
  .techflex .techbox:nth-child(odd)::after {
    height: 40px;
  }
  .techflex .techbox:nth-child(even)::after {
    content: none;
  }
  .techflex.mb-40 {
    margin-bottom: 16px !important;
  }
  .getintouchcontact {
    flex-wrap: wrap;
    border: none;
    gap: 24px;
  }
  .getintouchcontact .mx474 {
    max-width: 100%;
    width: 100%;
  }
  .getintouchcontact .mx676 {
    max-width: 100%;
    width: 100%;
  }
  .w50md {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .locationgrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .product-box-left p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .home-banner-box .home-banner-right img {
    transform: scale(1);
  }
  .home-banner-box .home-banner-right img {
    height: 300px;
    width: 300px;
    margin: auto;
  }
  .dineflex {
    align-items: start;
  }
  .accordion .col-md-6:first-child .accordion-item:last-child {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  .w-610 {
    max-width: 100%;
  }
  .fs-60 {
    font-size: 36px;
  }
  .healthcarecounter .bortop {
    border: none !important;
    margin-top: -1px !important;
  }
  .healthcarecounter .lightcounter::after {
    background: linear-gradient(
      180deg,
      #ccdeff 0%,
      rgba(204, 222, 255, 0) 100%
    ) !important;
  }
  .healthcarecounter .lightcounter::before {
    background-color: #0059ff !important;
  }
  .mobile-menu.page-template-template-home header .lower-header {
    background-color: black !important;
  }
  .navbar-nav.accordion li.nav-item:last-child {
    margin-bottom: 50px;
    margin-top: 15px;
  }
  .authorflex {
    align-items: center;
    margin-bottom: 10px;
  }
  .mx-600 {
    max-width: 100%;
  }
  .item.active .item-content {
    padding: 16px 0;
  }
  .techdivider:not(.techdivider:last-child)::after {
    content: none;
  }
  .technologyflex {
    flex-direction: column;
    gap: 32px;
  }
  .graidantunderline {
    margin-left: auto;
    margin-right: auto;
  }
  .technologyflex .w-100 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .techicontext {
    padding: 16px;
  }
  .techicontext img {
    width: 50px;
    height: 50px;
  }
  .c-dashed-line {
    transform: scaleY(1) scaleX(0.6);
  }
  .progress-container {
    top: 63px;
  }
  .page-template-template-home .progress-container {
    top: 63px !important;
  }
  .mobilevrsections:not(:last-child) {
    margin-bottom: 50px;
  }
  .lggrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .techflex .lefttextmobile {
    order: 2;
    padding: 16px 30px !important;
  }
  .rightimgmobile {
    border-radius: 20px;
  }
  .lower-header ul.navbar-nav > li:not(:last-of-type) {
    margin-right: 0;
  }
  .nav-item.dropdown .nav-link img {
    height: 24px;
    width: 24px;
  }
  .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
  }
  .aimibanner {
    max-width: 272px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 70px;
  }
  .bloggrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .navbar-nav li:not(:last-child) {
    margin-bottom: 4px;
    padding-bottom: 4px;
  }
  .frame {
    display: none;
  }
  .tab-content-bottom ul {
    column-count: 2;
  }
  .technology-box-main .d-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .client-slide-box {
    padding: 30px;
  }
  .platformcard {
    border: 1px solid rgba(224, 224, 224, 1);
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.06);
  }
  .choose-us-box {
    padding: 20px;
  }
  .processcard .sec-title,
  .processcard .step {
    color: var(--primary-color);
  }
  .choose-us-box h5,
  .count + span {
    font-size: 4rem;
  }
  .hire-dev-box {
    padding: 10px;
    text-align: center;
  }
  .pb90 {
    padding-bottom: 70px;
  }
  .pt90 {
    padding-top: 70px;
  }
  .cta-sec {
    padding: 70px 0;
  }
  .leading-box {
    padding: 16px;
  }
  .news-box .news-box-desc {
    padding: 20px;
  }
  .home-contact-info ul li::before {
    background: transparent;
  }
  .lower-header .navbar-nav > .nav-item > .nav-link {
    color: #fff;
  }
  .home-contact-social li a span,
  .home-contact-social li:hover a span {
    display: none;
  }
  .home-contact-social li:hover a {
    width: 32px;
  }
  /* navigaion */
  button.navbar-toggler {
    position: relative;
    padding: 0; /* overflow: hidden; */ /* margin-top: 10px; */
  }
  .headerbottom {
    padding-bottom: 62px;
  }
  .tabing {
    margin-bottom: 24px;
    overflow-y: scroll;
  }
  button.navbar-toggler .lines {
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 100px;
    display: inline-block;
    transition: 0.3s ease;
    left: 0;
  }
  button.navbar-toggler .bar1 {
    top: 3px;
  }
  button.navbar-toggler .bar2 {
    top: 10px;
  }
  button.navbar-toggler .bar3 {
    top: 17px;
  }
  button.navbar-toggler[aria-expanded="true"] .bar1 {
    transform: rotate(45deg) translate(3px, 7px);
  }
  button.navbar-toggler[aria-expanded="true"] .bar2 {
    opacity: 0;
  }
  button.navbar-toggler[aria-expanded="true"] .bar3 {
    transform: rotate(-45deg) translate(3px, -7px);
  }
  .mobile-menu .navbar .logo {
    opacity: 0;
  }
  .navbar-toggler {
    height: 24px;
    width: 24px;
  }
  .orderlg {
    order: 2;
  }
  .mobile-menu {
    overflow: hidden;
  }
  .client-testemonial-sec {
    padding-bottom: 50px;
  }
  .navbar-collapse {
    position: absolute;
    top: calc(100% + 16px);
    z-index: 1;
    background-color: black;
    width: 100%;
    left: 0;
    height: calc(100vh - 57px);
    overflow-y: auto;
    padding-bottom: 16px;
  }
  .techflex .techbox:not(:last-child)::after {
    height: 50px;
  }
  .techbox {
    width: 180px;
  }
  .techbox {
    height: 77px;
    font-size: 16px;
  }
  .techbox img {
    width: 50px;
    height: 50px;
  }
  .navbar-nav {
    padding: 20px;
  }
  .nav-link {
    padding: 10px 0;
    font-size: 14px;
  }
  .mobile-menu .lower-header .navbar > .container > .justify-content-between {
    justify-content: end !important;
  }
  /* about section start */
  .about-sec {
    padding-top: 12%;
    margin-top: 6%;
  }
  .iosslider .slick-list {
    overflow: hidden;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1;
  }
  .about-desc {
    margin-top: 40px;
  }
  .about-sec .about-img {
    text-align: center;
  }
  .processgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  /* homebanner */
  .home-banner-box h1 {
    font-size: 4rem;
    line-height: 50px;
  }
  header .lower-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header .lower-header {
    padding: 16.5px 0;
  }
  .servicegrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .platformgrid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footerfrid > div {
    width: 100%;
  }
  .vrbanner {
    width: 100%;
    min-height: 389px;
  }
  .flexwraplg {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footerfrid {
    flex-wrap: wrap;
  }
  .valuecard {
    padding: 30px;
  }
  .vrbanner {
    position: relative;
    right: 0;
    height: 100%;
    overflow: unset;
    margin-bottom: 50px;
  }
  .pt-lg0 {
    padding-top: 0 !important;
  }
  .vrbanner img {
    margin-left: -16px;
    margin-right: -16px;
    min-height: 389px;
  }
  .bloggrid .blogcard:nth-child(3n + 2),
  .bloggrid .blognewsletter {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .bloggrid .blogcard:nth-child(even),
  .bloggrid .blognewsletter {
    margin-bottom: -50px;
    margin-top: 50px;
  }
  .aboutcounter div:not(:last-child, :first-child) {
    display: none;
  }
  .aboutcounter {
    gap: 24px;
    margin-bottom: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .slidegrid #scroller-wrapper {
    height: unset;
  }
  .mb-40-slidelg {
    margin-bottom: 56px;
  }
  .workgrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .sixgrid .valuegrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .metabanner::after {
    background: linear-gradient(to bottom, rgba(7, 7, 7, 0) 67%, #070707 89%);
    width: calc(100% + 32px);
    left: -16px;
  }
  .metabanner {
    width: calc(100% + 32px) !important;
    margin-left: -32px;
    margin-bottom: 16px;
  }
  .photocursor {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sixgrid .valuegrid .valuecard:nth-child(2) {
    margin-top: -16px;
    margin-right: -16px;
  }
  .sixgrid .valuegrid .valuecard:nth-child(3) {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -16px;
    margin-right: 0;
  }
  .sixgrid .valuegrid .valuecard:nth-child(4) {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    margin-right: -16px;
  }
  .sixgrid .valuegrid .valuecard:nth-child(5) {
    margin-bottom: -16px;
    margin-left: -16px;
  }
  .roundshap::after {
    height: 300px;
    width: 300px;
    right: -150px;
    top: 50%;
    transform: translateY(-50%);
  }
  .shape2::after {
    left: -200px;
  }
  .girlimg {
    min-width: 350px;
  }
  .workinnerbanner {
    margin-bottom: 215px;
  }
  .getintouchcontact {
    gap: 16px;
  }
  .mx474 .choose-us-box h5,
  .mx474 .count + span {
    font-size: 32px;
  }
  .mx474 .choose-us-box span {
    font-size: 16px;
  }
  .mx474 .choose-us-box {
    padding: 16px;
    height: 100%;
  }
  .grid-2 {
    gap: 16px;
  }
  .lower-header .dropdown-toggle::after {
    content: none;
  }
  .navbar-nav li:not(:last-child) {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .tab-content-bottom ul li a {
    font-size: 12px;
    padding: 10px 0 !important; /* list-style-type: none; */
  }
  .inneraccrodian .accordion-body {
    padding: 0;
  }
  .navbar-nav li:not(:last-child, .noliline) {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #202020;
  }
  .w-md-55.ordermd {
    order: 2;
  }
  .flexdirection {
    flex-direction: column;
  }
  .mx-600 img {
    margin-bottom: 24px;
  }
  .mx880.text-justify {
    padding-left: 16px;
    padding-right: 16px;
  }
  .dineflex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .dinetabs + .mx-600 img {
    margin-bottom: 0px;
  }
  .mx548 {
    display: none;
  }
  .mx600 {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  .universalpop .btn-close {
    top: 16px !important;
  }
  .stickysection .mx-600 {
    width: 100%;
    position: relative !important;
    top: 0 !important;
  }
  .stickysection .h-fit {
    margin-bottom: 32px;
  }
  .healthwidth {
    width: 100%;
  }
  .patient-accordian {
    margin: 16px;
  }

  .yolohPhotoleft,
  .yolohPhotoright {
    width: 150px;
  }
  .yolohPhoto {
    width: 175px;
  }
}
@media screen and (max-width: 829.99px) {
  .aniline {
    display: none;
  }
}
@media screen and (max-width: 767.99px) {
  .authorimg {
    height: 175px;
    min-width: 175px;
    width: 175px;
  }
  .authormargin {
    margin-top: -85px;
  }
  .authorflex {
    gap: 16px;
  }
  .fs-20 {
    font-size: 14px;
  }
  .dineflex {
    gap: 15px;
  }
  .icontextflex img,
  .dineconsult img {
    height: 20px;
  }
  .index1 {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .formwhite {
    padding: 16px;
    border: 1px solid #cccccc;
    border-radius: 8px;
  }
  .tab-btn {
    padding: 6px 28px;
    font-size: 16px;
  }
  .getbot {
    padding-bottom: 50px !important;
  }
  .getintouchcontact .choose-us-box {
    text-align: center;
  }
  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .teamcard .teamimg img,
  .teamcard .teamimg {
    height: 140px;
  }
  .respopadding {
    padding-top: 32px;
  }
  .newlatterthankyou {
    font-size: 24px;
    line-height: 30px;
  }
  .respopadding .pt50 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pbborder {
    padding-bottom: 33px !important;
  }
  .pbborder::after {
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 32px);
    background-color: #202020;
    bottom: 16px;
    left: 16px;
  }
  .roundshap::after {
    content: none;
  }
  .girlimg {
    display: none;
  }
  .vrbox img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .blacksearch .dropdown,
  .blacksearch,
  .tabing {
    width: 100%;
  }
  .vrgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .vrbtn {
    font-size: 14px;
    padding: 14px;
  }
  .pt00 {
    padding-top: 0 !important;
  }
  .bloginner {
    border-bottom: 1px solid #cccccc;
  }
  .writeimg {
    margin-bottom: 12px;
  }
  .subscribe {
    padding: 16px;
  }
  .writebox {
    flex-wrap: wrap;
    padding: 16px;
  }
  .mx-700 {
    width: 100%;
  }
  .valuecard {
    padding: 20px;
  }
  .slid .slick-slide {
    margin: 0 !important;
  }
  .teamname {
    font-size: 14px;
  }
  .getintouchcontact {
    padding: 16px;
  }
  .paddingcontactus {
    padding: 16px;
  }
  .modal-body .paddingcontactus {
    padding: 16px;
  }
  .contactmodal .btn-close {
    top: 0;
  }
  .teamdesignation {
    font-size: 12px;
  }
  /* .cta-sec { padding-bottom: 0; } */
  .footer-bottom .col-md-2 {
    width: 33%;
    margin-bottom: 20px;
  }
  .ordermd {
    order: 2;
  }
  .bannerrightimg {
    max-width: 270px; /* margin: 0 auto; */
    margin-top: 50px;
    margin-bottom: 45px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .technology-box-main .d-grid,
  .tecnologyboxslider .d-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
  .tab-content-bottom ul {
    column-count: 1;
  }
  .degital-service-tab .digital-tab-left .nav {
    width: 100%;
  }
  .mb-50 {
    margin-bottom: 32px;
  }
  .mt-50 {
    margin-top: 32px;
  }
  .careerteamslider.arrownormal .slick-slide {
    transform: scale(0.9);
  }
  .careerteamslider.arrownormal .slick-slide.slick-active {
    transform: scale(1);
  }
  .degital-service-tab .digital-tab-left .nav ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .degital-service-tab .nav-pills .nav-link,
  .degital-service-tab .nav-pills .nav-link span {
    background: transparent;
    border-radius: 10px;
  }
  .degital-service-tab .nav-pills .nav-link.active:before,
  .degital-service-tab .nav-pills .nav-link.active span:before,
  .degital-service-tab .nav-pills .nav-link.active span:after,
  .degital-service-tab .nav-pills .nav-link.active:after {
    border-radius: 0;
    content: none;
  }
  .degital-service-tab .tab-content {
    width: 100% !important;
  }
  .home-banner-box h1 {
    max-width: 550px;
  }
  .arrownormal .slick-arrow {
    top: -35px;
  }
  .br2none br:nth-child(2) {
    display: none;
  }
  .arrowtoplg {
    margin-top: 16px;
    position: relative;
  }
  .arrowtoplg .slick-slide {
    transform: scale(0.9);
    transition: all 0.3s;
  }
  .arrowtoplg .slick-slide.slick-active {
    transform: scale(1);
  }
  .arrowtoplg .slick-arrow {
    position: absolute;
    top: -35px;
    height: 40px;
    width: 40px;
  }
  .arrowtoplg .slick-arrow::before {
    font-size: 32px;
    color: #ffc600;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .arrowtoplg .slick-arrow::before {
    content: "";
    background-image: url("../images/rightarrow.png");
    border: 1px solid white;
  }
  .arrowtoplg .slick-arrow.slick-prev {
    right: 50px;
    left: unset;
  }
  .arrowtoplg .slick-arrow.slick-next {
    right: 0px;
    left: unset;
  }
  .arrowtoplg .slick-arrow.slick-next::before {
    transform: rotate(180deg);
  }
  .arrowtoplg.slick-initialized .slick-slide {
    margin: 0;
  }
  .arrowtoplg .slick-arrow:active::before {
    background-color: #ffc600;
    border-color: transparent !important;
  }
  .arrowtoplg.arrowtopblack .slick-arrow::before {
    content: "";
    background-image: url("../images/rightarblack.png");
    border: 1px solid black;
  }
  .degital-service-tab .heading-block {
    margin-bottom: 56px;
  }
  .scalesliderlg {
    transform: scale(0.9);
    transition: all 0.3s;
  }
  .slick-active .scalesliderlg {
    transform: scale(1);
  }
  .sliders {
    width: 212px;
  }
  .locationcard .textgrey {
    min-height: 42px;
  }
  .lightcounter h5,
  .count + span {
    font-size: 24px;
    line-height: 28px;
  }
  .lightcounter h5 {
    margin-bottom: 8px;
  }
  .bortop {
    padding-top: 0 !important;
  }
  .lightcounter::before {
    top: 0;
    background-color: white;
    width: 50px;
  }
  .lightcounter::after {
    height: 55px;
    width: 167px;
    top: 2px;
    background: linear-gradient(
      180deg,
      #202020 0%,
      rgba(32, 32, 32, 0) 117.86%
    );
    clip-path: polygon(35% 0, 66% 0, 100% 100%, 0% 100%);
  }
  .mx292 {
    max-width: 250px;
  }
  .sliderbgcolor {
    width: 100%;
    padding: 16px;
    text-align: center;
  }
  .bortop {
    border: none;
    margin-top: -1px;
  }
  .lightcounter {
    padding: 16px;
  }
  .technology-sec .heading-block,
  .leading-buisness-sec .heading-block,
  .news-sec .heading-block {
    margin-bottom: 56px;
  }
  .fs-54 {
    font-size: 26px;
    font-weight: 700;
  }
  .locationcard {
    border-radius: 20px;
  }
  .locationcardimg {
    border-radius: 16px;
  }
  .contactprofileimg {
    margin-right: 8px;
  }
  .contactmodal .getintouchcontact {
    margin: 0;
    height: 75vh;
    overflow-y: auto;
    gap: 0;
    border: none;
  }
  .getintouchcontact::-webkit-scrollbar {
    display: none;
  }
  .modal-dialog-centered {
    padding: 50px 16px;
  }
  .fs54 {
    font-size: 26px;
    font-weight: 700;
  }
  .hedtitile {
    margin-bottom: 68px !important;
  }
  .experthire {
    padding: 30px;
    background-position-x: -290px;
  }
  .mx474 .choose-us-box span {
    font-size: 14px;
  }
  .mx474 .grid-2 {
    gap: 8px;
  }
  .w-md-100 {
    width: 100%;
  }
  .locationgrid4 {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .mx-circle {
    max-width: 342px;
    max-height: 190px;
    min-height: 190px;
  }
  .slider-nav .slick-slide .imgpagination {
    height: 37px;
    width: 37px !important;
    font-size: 8px;
  }
  .mx-circle::after {
    height: 9px;
    width: 9px;
    bottom: 16px;
  }
  .slider-for {
    margin-top: 40px;
  }
  .y18 {
    top: -125px;
    left: -49px;
  }
  .y21 {
    top: -275px;
  }
  .y24 {
    top: -125px;
    right: -47px;
  }
  .y19 {
    top: -197px;
    left: -30px;
  }
  .y23 {
    top: -197px;
    right: -30px;
  }
  .y20 {
    top: -253px;
    left: 24px;
  }
  .y22 {
    top: -253px;
    right: 24px;
  }
  .aboutcolor span {
    font-size: 16px;
  }
  .aboutcolor h5,
  .aboutcolor .count + span {
    font-size: 34px;
  }
  .imgpagination::before {
    transform: scale(0.54);
  }
  .slider-nav .slick-slide .imgpagination {
    border: 1.39px solid rgba(204, 204, 204, 0.3);
  }
  .slider-nav .slick-current[data-slick-index="1"] .imgpagination::before {
    top: -20px;
    left: -16px;
  }
  .slider-nav .slick-current[data-slick-index="2"] .imgpagination::before {
    top: -46px;
    left: -95px;
  }
  .slider-nav .slick-current[data-slick-index="3"] .imgpagination::before {
    top: -55px;
    left: -207px;
  }
  .slider-nav .slick-current[data-slick-index="4"] .imgpagination::before {
    top: -76px;
    left: -322px;
  }
  .slider-nav .slick-current[data-slick-index="5"] .imgpagination::before {
    top: -131px;
    left: -401px;
  }
  .slider-nav .slick-current[data-slick-index="6"] .imgpagination::before {
    top: -203px;
    left: -427px;
  }
  .framegrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .frameCard,
  .frameInfo,
  .framecard2 {
    border-radius: 25px;
  }
  .framecard2 {
    padding: 20px;
  }
  .slider-nav {
    position: relative;
    top: 276px;
  }
  .slider-for .fs-22 {
    font-size: 18px;
  }
  .slider-for p {
    font-size: 14px;
    padding: 0 16px;
  }
  .slider-for {
    max-height: 190px;
    margin-top: 0px;
  }
  .foundermx {
    grid-template-columns: repeat(2, 1fr);
  }
  .gridcardinfo {
    padding: 16px;
  }
  .vrbanner {
    padding-top: 50px;
  }
  .bloggrid {
    gap: 16px;
  }
  .blogname {
    font-size: 18px;
    height: 43px;
    -webkit-line-clamp: 2;
  }
  .trancate3 {
    height: 43px;
    -webkit-line-clamp: 2;
  }
  .trancate2 {
    height: 42px;
  }
  .tag {
    margin-bottom: 16px;
  }
  .gridtwo {
    gap: 16px;
  }
  .fs-40 {
    font-size: 24px !important;
  }
  .fw-600 {
    font-weight: 600;
  }
  .mb-sm-32 {
    margin-bottom: 32px !important;
  }
  .gap8 {
    display: none !important;
  }
  .searchinput {
    max-width: 100%;
  }
  .blogsearch .dropdown {
    width: calc(100% - 48px);
    margin-right: 8px;
    transition: all 0.5s;
  }
  .blogsearch .dropdown-item {
    padding: 0;
    margin-bottom: 12px;
  }
  .blogsearch .dropdown-toggle {
    transition: all 0.5s;
    padding: 12px 16px;
    border: 0px solid transparent;
    font-size: 16px;
    border-radius: 8px;
    color: rgba(32, 32, 32, 1);
    width: 100%;
    position: relative;
    background-color: white;
    text-align: left;
  }
  .blogsearch .dropdown-toggle.show {
    box-shadow: 0px 4px 20px 0px #0000001a;
  }
  .blogsearch .dropdown-toggle.show,
  .blogsearch .dropdown-toggle:hover,
  .blogsearch .dropdown-toggle:active {
    background-color: white !important;
    color: black !important;
    border: none;
  }
  .blogsearch .dropdown-menu {
    width: 100%;
    border: 1px solid #cccccc; /* box-shadow: 0px 0px 20px 0px #0000001A; */
    font-size: 16px;
    padding: 22px 24px;
    top: -12px !important;
    border-radius: 8px;
    z-index: 2;
  }
  .techflex .techbox:not(:last-child)::after {
    height: 50px;
  }
  .techbox {
    width: 130px;
  }
  .techflex .techimg img {
    /* width: 100%; */
  }
  .techbox {
    height: 64px;
    font-size: 12px;
  }
  .techbox img {
    width: 35px;
    height: 35px;
  }
  .arcard .hovereffect::after {
    width: 100%;
    height: 700px;
    border-radius: 0;
  }
  .arservicecard .arimg {
    background-color: var(--primary-color);
  }
  .arservicecard .arimg img {
    transform: scale(1.2);
    filter: brightness(0%);
  }
  .min370 {
    min-height: 270px;
  }
  .searchinput {
    margin-top: 16px;
  }
  .blogsearch .dropdown + input {
    width: 48px !important;
    border: 1px solid transparent;
    padding-right: 16px;
    transition: all 0.5s;
  }
  .blogsearch .dropdown + input + .searchicon {
    right: 12px;
  }
  .blogsearch .dropdown + input::placeholder,
  .blogsearch .highlight .dropdown-toggle {
    font-size: 0;
  }
  .highlight.dropdown + input {
    width: 100% !important;
  }
  .blogsearch .dropdown-toggle::after {
    content: url(../images/arrowdown.png);
    position: absolute;
    height: 24px;
    width: 24px;
    right: 16px;
    background-color: white;
    z-index: 1;
    border: none;
    margin: 0;
  }
  .blogsearch .highlight .dropdown-toggle {
    height: 48px;
    width: 48px;
  }
  .footer-main {
    padding-top: 50px;
  }
  .highlight:not(.country.active.highlight) {
    width: 48px !important;
  }
  .highlight + input {
    width: 100% !important;
  }
  .blogsearch .highlight .dropdown-toggle::after {
    right: 12px;
    top: 12px;
  }
  .contactussection {
    padding: 20px 24px;
  }
  .fs-32 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .innerhr {
    position: relative;
    z-index: -2;
  }
  .searchinput input {
    font-size: 0px;
  }
  .video {
    border-radius: 6px;
  }
  .workinnerbanner {
    margin-bottom: 165px;
  }
  .leading-box {
    min-height: unset;
  }
  .industries-box-main .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .brandsgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brandsgrid > div img {
    transform: scale(1.2);
  }
  .endresultgrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .workimg + div {
    position: relative;
    padding: 16px 0;
  }
  .workcard .text-white {
    color: black !important;
  }
  .workcatagories {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 2px 8px;
  }
  .workflex {
    flex-direction: column;
  }
  .workflex div:first-child {
    width: 100%;
  }
  .mx400 {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .yolohPhotoleft {
    left: 25%;
  }
  .yolohPhotoright {
    right: 28%;
  }
  .keyFeaturecard img {
    width: 50px;
    height: 50px;
  }
  .keyFeaturecard {
    padding: 16px;
  }
  .brandLogoBg {
    width: 320px;
    top: -25px;
  }
  .grdiantthankyou::before {
    width: 120px;
  }
  .brand-sec .caption-title-box h6 {
    top: -20px;
  }
  .authorflex {
    flex-direction: column;
    align-items: start;
  }
  .playstore img {
    width: 28px;
  }
  .playstore {
    padding: 10px 20px;
  }
  .bannerphoto {
    width: 250px;
  }
  .singlefeedback {
    padding: 16px;
  }
  .techicontext img {
    width: 40px;
    height: 40px;
  }
  .clinetsingletext {
    width: 100%;
  }
  .clinetsinglelogo {
    height: 80px;
    width: 80px;
  }
  .g-32 {
    gap: 12px;
  }
  .intl-tel-input .country-list {
    width: 320px;
  }
  .extrabadgeflex {
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .extrabadgeflex span {
    padding: 12px 8px;
    text-align: center;
  }
  .bannerrightimg {
    margin-top: 0px;
  }
  .partner .foundermx {
    grid-template-columns: repeat(1, 1fr);
  }
  .thankyou {
    padding: 150px 0;
  }
  .celegrid {
    gap: 8px;
  }
  .textcelebrate {
    font-size: 6px;
    bottom: 5px;
  }
  .linktocelebrate {
    height: 25px;
    width: 25px;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .progress-container {
    top: 57px;
  }
  .page-template-template-home .progress-container {
    top: 57px !important;
  }
  .celebrationcard {
    border-radius: 6px;
  }
  .realitysection .technology-box div {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
  }
  .flexcata {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
  .mx660 {
    display: block;
  }
  .imgoverlap {
    height: 60px;
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-bottom: 16px;
  }
  .boxoverlap {
    padding: 0;
  }
  .networkbox {
    border-radius: 12px;
  }
  .brandsgrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 31px;
  }
  .brandsgrid > div {
    height: 180px;
  }
  .brandsgrid > div img {
    transform: scale(1);
  }
  .industries-box-main .technology-box {
    height: 125px;
    border-radius: 4px;
  }
  .industries-box-main .technology-box img {
    height: 32px;
    width: 32px;
    margin-bottom: 8px;
  }
  .careerteamslider.arrownormal .slick-arrow {
    top: 15%;
  }
  .btbottom,
  .mbline {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .attachment:after {
    height: 16px;
    width: 16px;
  }
  .Bannerbg {
    height: calc(100vh - 216px);
    min-height: 400px;
  }
  .textAbsolute {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  li.innertitle {
    font-size: 16px;
    margin-left: 24px;
  }
  .normalul li {
    margin-left: 24px;
  }
  .min370 {
    min-height: unset;
    padding: 70px 0;
    border-bottom: 1px solid;
  }
  .mtb {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .lefttextul {
    padding-left: 20px;
  }
  .innerul p:not(:last-child) {
    margin-bottom: 16px;
  }
  .mb-32 {
    margin-bottom: 16px;
  }
  .blogprofileimg {
    height: 50px;
    width: 50px;
    margin-right: 8px;
  }
  .patient-accordian .accordion-body {
    padding: 0 25px 16px;
  }
  .patient-accordian .accordion-button {
    padding: 16px 25px;
    font-size: 20px;
  }
  .experthire .sec-title {
    width: 100%;
    padding: 0;
  }
  .fs-18 {
    font-size: 14px;
  }
  .innerhr {
    margin: 16px 0;
  }
  .innertitle {
    font-size: 18px;
  }
  .shareicon {
    flex-wrap: wrap;
    padding: 16px;
  }
  .mx486 {
    margin-bottom: 8px;
    max-width: 100%;
  }
  .bloggrid {
    margin-bottom: 32px;
  }
  .bloggrid .blogcard:nth-child(even),
  .bloggrid .blognewsletter {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .founder {
    box-shadow: 4px 4px rgba(255, 198, 0, 1);
  }
  .partner {
    box-shadow: 4px 4px rgba(137, 220, 215, 1);
    margin-bottom: 20px;
  }
  .pb80 {
    padding-bottom: 32px;
  }
  /* .workimg { height: 100%; } */
  .workcatagories {
    margin-bottom: 16px;
    font-size: 12px;
  }
  .paginationblog {
    gap: 2px;
  }
  .paginationbtn {
    font-size: 12px;
    height: 35px;
    width: 35px;
  }
  .mx254 {
    -webkit-line-clamp: 2;
    height: 42px;
    margin-bottom: 16px;
    max-width: 150px;
  }
  .svgyellow {
    height: 18px;
    width: 18px;
    background-size: 100%;
    margin-bottom: -1px;
  }
  .workcard {
    padding: 0px;
  }
  .workcard {
    gap: 16px;
  }
  .mb-24 {
    margin-bottom: 12px;
  }
  .endresultgrid img {
    height: 52px;
    width: 52px;
    padding: 10px;
  }
  .foundertext {
    margin-bottom: 20px;
  }
  .widthjson {
    height: 120px;
    width: 120px;
  }
  .commonthankyou {
    padding: 30px;
  }
  .grdiantthankyou {
    margin-bottom: 60px;
  }
  .widthjson {
    margin-bottom: 30px;
  }
  .fs-28 {
    font-size: 24px;
  }
  .foundermx,
  .valuegrid,
  .grid-3,
  .opengrid,
  .bloggrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .aboutcolor h5 {
    font-size: 24px;
  }
  .aboutcolor .count + span {
    font-size: 24px;
  }
  .slidegrid {
    display: flex !important;
    gap: 8px;
    overflow: scroll;
  }
  .slidegrid::-webkit-scrollbar {
    display: none;
  }
  .aboutcolor {
    width: 296px;
    height: 128px;
  }
  .pt-sm0 {
    padding-top: 0px !important;
  }
  .aboutclassimg {
    height: 120px;
    width: 120px;
  }
  .mobilevrsections:not(:last-child) {
    margin-bottom: 32px;
  }
  .lefttextmobile {
    padding: 16px !important;
  }
  .pse19 {
    padding: 0;
  }
  .mb-sm32 {
    margin-bottom: 32px !important;
  }
  .valuegrid {
    margin: 0;
    background-color: #070707;
    gap: 33px;
  }
  .valuecard {
    margin: 0 !important;
    padding: 16px;
  }
  .valuegrid .valuecard:not(:last-child) {
    position: relative;
  }
  .valuegrid .valuecard:not(:last-child)::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(32, 32, 32, 1);
    bottom: -16px;
  }
  .valuegrid .valuecard:first-child .valueimg {
    background-color: rgba(214, 243, 241, 1);
  }
  .valuegrid .valuecard:nth-child(2) .valueimg {
    background-color: rgba(252, 249, 190, 1);
  }
  .valuegrid .valuecard:nth-child(3) .valueimg {
    background-color: rgba(255, 220, 169, 1);
  }
  .valuegrid .valuecard:last-child .valueimg {
    background-color: rgba(219, 254, 192, 1);
  }
  .valuecard .valueimg img {
    filter: brightness(1) invert(1);
  }
  #scroller-wrapper {
    height: 240px;
  }
  .imggrid,
  .gap20 {
    gap: 10px;
  }
  .imggrid div:last-child {
    max-height: 240px;
  }
  .me-20 {
    padding-right: 10px;
  }
  .imggrid img {
    border-radius: 8px;
  }
  .mx1000 br,
  .fs-54 br {
    display: none;
  }
  .mxbanner {
    padding: 0;
  }
  .workinnerbanner {
    margin-bottom: 125px;
    padding: 0;
  }
  .scroller .imggrid:nth-child(odd) div:first-child,
  .imggrid div:nth-child(2) {
    max-height: 156px;
    max-width: 127px;
    min-height: 156px;
    min-width: 127px;
  }
  .scroller .imggrid:nth-child(odd) div:nth-child(2),
  .imggrid div:first-child {
    max-height: 74px;
    max-width: 127px;
    min-height: 74px;
    min-width: 127px;
  }
  .consutcard {
    padding: 16px;
  }
  .consultimg {
    height: 60px;
    width: 60px;
  }
  .mb-30 {
    margin-bottom: 12px !important;
  }
  .processcard {
    padding: 8px 0 16px;
  }
  .processcard .sec-title {
    padding: 0;
  }
  .processcard:not(:last-child) {
    position: relative;
  }
  .processcard:not(:last-child)::after {
    content: "";
    position: absolute;
    background-color: rgba(32, 32, 32, 1);
  }
  .processgrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .processcard:not(:last-child)::after {
    width: 260px;
    height: 1px;
    bottom: -15.5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fs-22 {
    font-size: 18px;
    font-weight: 700;
  }
  .realitysection .grid-4 {
    gap: 8px;
  }
  .serviceimg {
    height: 60px;
    width: 60px;
  }
  .experthire {
    padding: 16px;
  }
  .upline30 {
    margin: 12px 0;
  }
  .servicecard {
    padding: 16px;
  }
  .mb-50 {
    margin-bottom: 24px;
  }
  .mt-50 {
    margin-top: 24px;
  }
  .grid-5 {
    margin-top: 32px;
  }
  .ourteambannersection {
    background-color: #070707;
  }
  .ourteambannersection .aboutbanner {
    min-height: unset;
  }
  .ourteambannersection .container {
    padding: 0;
  }
  .ourteambannersection .aboutbanner {
    padding: 0 16px;
  }
  .ourteambannersection .otimg {
    position: relative;
    height: 389px;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
  }
  .ourteambannersection .mb-16 {
    margin-bottom: 4px;
  }
  .headerbottom {
    padding-bottom: 62px;
  }
  .product-box .product-box-left .product-co-logo {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .platformgrid {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 16px;
  }
  .catagoriess div {
    font-size: 14px;
  }
  .product-box-main {
    margin-bottom: 16px;
  }
  .spline-viewer {
    height: 240px;
    width: 240px;
  }
  .sliders {
    width: 145px;
  }
  .sliderscale {
    transform: scale(0.9);
    transition: all 0.3s;
  }
  .mb-40 {
    margin-bottom: 24px !important;
  }
  .heading-block.mb-40 {
    margin-bottom: 40px !important;
  }
  .hedtitile {
    margin-bottom: 72px !important;
  }
  .platformcard {
    padding: 16px;
  }
  .platformimg {
    margin-bottom: 12px;
  }
  .fixgridbox span {
    height: 50px;
    width: 50px;
    margin-bottom: 2px;
  }
  .paddingbottom {
    padding-bottom: 70px !important;
  }
  .fixgridbox {
    padding: 16px;
  }
  .realitysection .technology-box {
    padding: 20px;
  }
  .realitysection .technology-box h6 {
    font-size: 14px;
  }
  .whitepattern .valuegrid {
    background: white;
  }
  .whitepattern .valuegrid .valuecard:not(:last-child)::after {
    background-color: #b2b2b2;
  }
  .technologyflex .w-100 {
    grid-template-columns: repeat(2, 1fr);
  }
  .d-flex .form-floating.selectarrow::after {
    right: 14px;
  }
  .form-floating > label {
    top: 0px;
  }
  .fixgrid {
    max-width: unset;
    width: 100%;
    gap: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: flex-start;
  }
  .upline {
    margin: 12px 0;
  }
  .mb-20 {
    margin-bottom: 12px;
  }
  .step {
    font-size: 14px;
  }
  .text-center .sec-title {
    margin-left: auto;
    margin-right: auto;
  }
  .sec-title {
    margin-bottom: 12px; /* width: 85%; */
  }
  .processimg {
    height: 60px;
    width: 60px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .slick-active .sliderscale {
    transform: scale(1);
  }
  .scrolldiv {
    height: 328px;
  }
  .blendimg .invertedimg {
    transform: scale(0.5);
    right: -12px;
  }
  .brand-sec .brand-inner {
    padding: 16px 0;
  }
  button.navbar-toggler {
    margin-top: 0;
  }
  .navbar-expand-lg {
    padding: 0;
  }
  .blendimg .invertedimg.left {
    transform: rotate(180deg) scale(0.5);
    left: -12px;
  }
  .client-testemonial-sec {
    padding-bottom: 32px;
  }
  .choose-us-box {
    height: 92px;
  }
  .choose-us-box h5,
  .count + span {
    margin-bottom: 4px;
  }
  .choose-sec .heading-block {
    margin-bottom: 24px;
  }
  .choose-us-right .choose-us-icon {
    height: 52px;
    width: 52px;
  }
  .choose-us-right .choose-us-icon img {
    height: 100%;
    width: 100%;
  }
  .home-product-sec .heading-block,
  .client-testemonial-sec .heading-block {
    margin-bottom: 56px;
  }
  .pt55,
  .pt90,
  .pt70 {
    padding-top: 32px;
  }
  .pb90,
  .pb70,
  .pb55,
  .footer-top {
    padding-bottom: 32px;
  }
  .footer-copyright ul li:first-child {
    margin-bottom: 8px;
  }
  .cta-sec {
    padding: 32px 0;
  }
  .about-sec .row {
    padding: 0;
  }
  .paddingsm .col-md-6:nth-child(odd) {
    padding-left: 4px;
  }
  .paddingsm .col-md-6:nth-child(even) {
    padding-right: 4px;
  }
  .paddingsm .col-sm-6 {
    padding: 0 !important;
  }
  .errortext {
    top: 100%;
  }
  .row > * {
    padding: 0;
  }
  .home-recognition-sec .heading-block,
  .home-contact-info {
    margin-bottom: 24px;
  }
  .home-product-sec .product-box {
    border-width: 1px;
  }
  .home-banner-box ul {
    margin-bottom: 15px;
  }
  .arrowtop {
    margin-top: 16px;
    position: relative;
  }
  .sixgrid .valuegrid {
    grid-template-columns: repeat(1, 1fr);
  }
  .sixgrid .valuegrid .valuecard:first-child .valueimg {
    background-color: rgba(214, 243, 241, 1);
  }
  .sixgrid .valuegrid .valuecard:nth-child(2) .valueimg {
    background-color: rgba(252, 249, 190, 1);
  }
  .sixgrid .valuegrid .valuecard:nth-child(3) .valueimg {
    background-color: rgba(255, 220, 169, 1);
  }
  .sixgrid .valuegrid .valuecard:nth-child(4) .valueimg {
    background-color: rgba(219, 254, 192, 1);
  }
  .sixgrid .valuegrid .valuecard:nth-child(5) .valueimg {
    background-color: #f3d6d6;
  }
  .sixgrid .valuegrid .valuecard:last-child .valueimg {
    background-color: #d8e2fd;
  }
  .arrowtop .slick-arrow {
    position: absolute;
    top: -35px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid black;
  }
  .arrowtop .slick-arrow::before {
    font-size: 32px;
    color: #ffc600;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .arrowtop .slick-arrow::before {
    content: "";
    background-image: url("../images/rightarrow.png");
    border: 1px solid white;
  }
  .arrowtop .slick-arrow.slick-prev {
    right: 50px;
    left: unset;
  }
  .arrowtop .slick-arrow.slick-next {
    right: 0px;
    left: unset;
  }
  .arrowtop .slick-arrow.slick-next::before {
    transform: rotate(180deg);
  }
  .arrowtop.slick-initialized .slick-slide {
    margin: 0;
  }
  .news-sec .view-all-btn {
    padding-top: 16px;
  }
  .about-desc ul li span img {
    height: 30px;
    width: 30px;
  }
  .lineelement {
    width: 100px;
  }
  .contactprofileimg {
    height: 53px;
    width: 53px;
  }
  .arrowtop .slick-arrow:active::before {
    background-color: #ffc600;
    border-color: transparent !important;
  }
  .arrowtop.arrowtopblack .slick-arrow::before {
    content: "";
    background-image: url("../images/rightarblack.png");
    border-color: black;
  }
  .arrowwhite .slick-arrow:active::before {
    content: "";
    background-image: url("../images/rightarblack.png");
    border-color: black;
  }
  #counter .col-md-6:nth-child(odd),
  .hire-developmrnt-right .col-sm-6:nth-child(odd) {
    padding: 0;
    padding-right: 4px;
  }
  #counter .col-md-6:nth-child(even),
  .hire-developmrnt-right .col-sm-6:nth-child(even) {
    padding: 0;
    padding-left: 4px;
  }
  #counter .col-sm-6:nth-child(odd),
  .hire-developmrnt-right .col-sm-6:nth-child(odd) {
    padding: 0;
    padding-right: 4px;
  }
  #counter .col-sm-6:nth-child(even),
  .hire-developmrnt-right .col-sm-6:nth-child(even) {
    padding: 0;
    padding-left: 4px;
  }
  .faq-sec .heading-block,
  .exelled-tech .heading-block {
    margin-bottom: 24px;
  }
  .fs-16 {
    font-size: 12px;
  }
  .footer-logo h2 {
    margin-bottom: 12px;
  }
  .faq-sec .col-md-6 {
    padding: 0;
  }
  .choose-us-box {
    padding: 15px;
    margin-bottom: 8px;
  }
  .recognition-box {
    height: 185px;
    min-height: unset;
  }
  .recognition-box img {
    padding: 0 30px;
  }
  .hire-dev-box span {
    font-size: 16px;
  }
  .cta-sec:after {
    right: -280px;
  }
  .hero-bg {
    transform: scale(2.5);
  }
  .cta-sec::before {
    left: -280px;
  }
  .faq-sec .accordion-button {
    font-size: 14px;
  }
  .mx292 {
    max-width: 108px;
  }
  .gap-20,
  .gap-30 {
    gap: 16px;
  }
  .w50md .mb4 {
    margin-bottom: 0;
  }
  .customAccordian .item.active .item-content {
    padding-bottom: 16px;
    padding-top: 0;
  }
  .frameInfo,
  .framecard2,
  .frameTitle {
    padding: 16px;
  }
  .framecard2 img {
    height: 40px;
    width: 40px;
  }
  .whitecardStartup img {
    height: 35px;
    width: 35px;
  }
  .socialimg {
    height: 24px;
    width: 24px;
    border-radius: 4px;
  }
  .socialimg img {
    height: 16px;
    width: 16px;
  }
  .gap-12 {
    gap: 4px;
  }
  .hire-dev-box dotlottie-player {
    height: 60px !important;
    width: 60px !important;
  }
  .hire-dev-box {
    height: 148px;
  }
  .faq-sec .accordion-body {
    font-size: 14px;
  }
  .footerfrid2 > * {
    width: 100%;
  }
  .tech-box span {
    height: 50px;
    width: 50px;
    margin-bottom: 8px;
  }
  .tech-box img {
    height: 100%;
    width: 100%;
  }
  .tech-box {
    height: 108px;
  }
  .sec-title span::before {
    height: 4px;
  }
  .home-recognition-sec .row {
    gap: 8px;
  }
  .techflex {
    flex-wrap: wrap;
  }
  .techflex .techimg {
    width: 100%;
  }
  .techflex .techimg img {
    width: unset;
  }
  .techflex .techbox:nth-child(odd)::after {
    height: 40px;
  }
  .techflex .techbox:nth-child(even)::after {
    content: none;
  }
  .form-control,
  .form-select {
    margin-bottom: 16px;
  }
  .techbox {
    width: 50%;
    font-size: 14px;
    justify-content: start;
  }
  .techbox img {
    width: 40px;
    height: 40px;
    margin-left: 16px;
  }
  .footer-top-box::before {
    width: 80%;
    height: 1px;
    top: -16px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer-top-box {
    text-align: center;
  }
  .footer-top-box p {
    font-size: 14px;
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
  }
  .footer-top-box p br {
    display: none;
  }
  .hire-developmrnt-right .row > * {
    padding: 0 10px;
  }
  .hire-dev-box {
    margin-bottom: 8px;
    border-radius: 16px;
  }
  .hire-dev-box > div {
    margin-bottom: 8px;
  }
  .brand-sec .brand-box {
    padding: 0 20px;
  }
  div#myTabContent .row {
    gap: 8px;
  }
  .formwhite .form-floating.selectarrow select,
  .formwhite .form-floating.w-100 input {
    margin-bottom: 16px;
  }
  .arcardtitle {
    font-size: 18px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .arservicecard {
    padding: 16px;
    padding-top: 30px;
  }
  .home-banner-box h1 {
    font-size: 2.6rem;
    word-wrap: break-word;
    line-height: 3rem;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .about-desc ul li span {
    height: 52px;
    width: 52px;
  }
  .brand-sec .caption-title-box h6 {
    font-size: 12px;
  }
  .slick-vertical {
    width: 92px;
    text-align: left;
  }
  .hire-development-left ul {
    margin-bottom: 20px;
  }
  .sec-title {
    font-size: 2.4rem;
    padding-right: 11px;
  }
  .home-contact-info ul {
    column-count: 1;
  }
  body,
  .client-slide-box .client-details .designation,
  .client-slide-box .client-details .client-co > a,
  .technology-box h6,
  .home-contact-info ul li a,
  .choose-us-box span,
  .tech-box h6,
  .hire-development-left .list-title,
  .hire-development-left .list-title > small,
  .home-banner-box ul li > a,
  .recognition-box h6,
  .footer-accordion ul li a {
    font-size: 14px;
  }
  .btn-file:after {
    top: 1px;
  }
  .footer-accordion ul li a {
    color: #ccc;
  }
  .footer-accordion .accordion-body {
    background-color: transparent;
    padding-left: 32px;
    padding-top: 6px;
  }
  .footer-accordion .accordion-body li {
    padding-bottom: 12px;
  }
  .footer-accordion .accordion-item {
    background-color: transparent;
    border: none;
  }
  .footer-accordion .accordion {
    border: none;
  }
  .footer-accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    color: white;
    font-size: 18px;
    position: relative;
    padding-left: 32px;
  }
  .footer-bottom {
    padding: 24px 0;
  }
  .footer-copyright ul li {
    font-size: 12px;
    color: rgba(204, 204, 204, 1);
  }
  .footer-copyright ul li > a {
    color: white;
  }
  .navbar-brand img {
    width: 107px;
  }
  .footer-accordion .accordion-button::after {
    background-image: url("../images/add.png");
    transition: all 0.5s;
  }
  .footer-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
  }
  .footer-accordion .accordion-button::after {
    background-size: 100%;
    position: absolute;
    left: 0;
    height: 24px;
    width: 24px;
  }
  .tab-content-right {
    padding: 16px;
    padding-bottom: 50px;
    min-height: 590px;
  }
  .tab-content-top {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .tab-content-right h4 {
    color: #ffc600;
    margin-bottom: 16px;
  }
  .explore-service {
    bottom: 16px;
    left: 16px;
  }
  .about-desc ul li h5,
  .tab-content-right h4,
  .leading-box h4,
  .news-box .news-box-desc h4 {
    font-size: 18px;
  }
  .about-desc ul li {
    margin-bottom: 20px;
    padding-left: 64px;
  }
  .about-sec .about-top-desc {
    padding-bottom: 30px;
  }
  .product-box .product-box-right {
    height: 270px;
  }
  .product-box .product-box-right img {
    height: 100%;
    object-fit: cover;
  }
  .product-box .product-box-left {
    padding: 16px;
  }
  .technology-box-main .d-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .tecnologyboxslider .d-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .view-all-btn {
    padding: 0;
  }
  .technology-box {
    padding: 0 10px;
    height: 125px;
  }
  .client-slide-box .client-details img {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .client-slide-box .client-details {
    padding-left: 0;
  }
  .explore-service img {
    display: inline;
  }
  .home-banner-sec .home-banner-main,
  .home-banner-sec .home-banner-box {
    height: 100%;
  }
  .client-testemonial-slide .slick-slide img,
  .client-co-logo {
    margin-left: 0; /* margin-top: 10px; */
  }
  .technology-box img {
    margin-bottom: 8px;
  }
  .client-slide-box .client-details h4,
  .product-box .product-box-left h4 {
    font-size: 18px;
  }
  .client-testemonial-slide .client-details > img {
    width: 62px;
    height: 62px;
  }
  .product-box-left .case-study-link {
    font-size: 16px;
  }
  .slick-prev:before,
  .slick-next:before {
    opacity: 1;
  }
  .client-co-logo {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 87px;
    display: flex;
  }
  .client-slide-box {
    padding: 16px;
  }
  .pb100 {
    padding-bottom: 32px;
  }
  .pb50 {
    padding-bottom: 32px;
  }
  .recognition-box {
    width: calc((100% - (8px * 1)) / 2);
    padding: 10px;
  }
  .recognition-box h6 {
    line-height: 18px;
  }
  .choose-us-box h5,
  .count + span {
    font-size: 2.4rem;
    line-height: 28px;
  }
  .choose-us-right h4 {
    font-size: 1.8rem;
  }
  .pt100 {
    padding-top: 32px;
  }
  .pt50 {
    padding-top: 32px;
  }
  .home-banner-main .pt100.pb100 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .arrowtoplg.slick-initialized .slick-slide {
    margin: 0;
  }
  .exelled-tab .nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px 10px;
  }
  .faq-sec .accordion-item {
    padding: 0 15px;
  }
  .faq-sec .accordion-button {
    padding: 15px 0;
  }
  .home-contact-left {
    padding-right: 0;
  }
  .home-contact-right {
    padding: 15px;
  }
  .footer-main {
    padding-top: 16px;
  }
  .footer-bottom .col-md-2 {
    width: 100%;
  }
  .footer-copyright ul li {
    padding-right: 0;
    margin-right: 0;
  }
  .footer-copyright ul li::before {
    background-color: transparent;
  }
  p {
    margin-bottom: 1.5rem;
  }
  .client-slide-box .client-review {
    margin-top: 20px;
    padding-top: 20px;
  }
  .home-banner-box .home-banner-btn,
  .common-btn {
    padding: 8px 16px;
  }
  .choose-us-right ul li {
    padding-left: 64px;
  }
  .home-banner-box ul li {
    margin-bottom: 20px;
  }
  .technology-box h6 {
    margin: 0;
  }
  .gaprow.mb-20 {
    margin-bottom: 16px;
  }
  .fixgridbox {
    width: 100%;
  }
  .cta-left .mb-30 {
    margin-bottom: 24px;
  }
  .cta-sec h2,
  .cta-left .sec-title {
    margin-bottom: 12px;
  }
  .cta-sec ul {
    margin-bottom: 24px;
  }
  .mx880 h2 {
    font-size: 18px;
  }
  .mx880 p {
    font-size: 14px;
  }
  .mx880 h3 {
    font-size: 16px;
  }
  .mx880 li {
    margin-left: 24px;
  }
  .checkmark {
    height: 18px;
    width: 18px;
  }
  .radio-button-container .checkmark:after {
    width: 10px;
    height: 10px;
  }
  .radio-button-container {
    padding-left: 26px;
  }
}
