@media screen and (max-width: 1199px) {
  .header .container-full {
    padding: 0 32px;
  }
  .header .logo img {
    max-width: 350px;
  }
  .heading-large {
    font-size: 40px;
    line-height: 50px;
  }
  .versatile-ecosystem .ecosystem-listings {
    gap: 40px;
  }
  .contactus .block-img h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1099px) {
}
@media screen and (max-width: 1023px) {
  .heading-large {
    font-size: 28px;
    line-height: 36px;
  }
  .contactus {
    flex-direction: column;
  }
  .contactus .block-img {
    width: 100%;
  }
  .contactus .block-content {
    width: 100%;
    max-width: 100%;
  }
  .contactus .block-content .content-wrap {
    max-width: 100%;
    padding: 50px;
  }
  .contactus .block-img .content-wrap {
    max-width: 100%;
    padding: 50px;
  }
}
@media screen and (max-width: 991px) {
  .header .container-full {
    padding: 0 20px;
  }
  .header .logo img {
    max-width: 300px;
  }
  .header-top-actions .top-contact {
    font-size: 18px;
    line-height: 28px;
  }
  .header-top-actions .top-contact .inline-icon {
    max-width: 30px;
    margin-right: 0;
  }
  .header-top-actions .top-contact a .contact-link {
    display: none;
  }
  .get-quote-action .button-with-arrow {
    display: none;
  }
  .get-quote-action .get-quote-mobile {
    display: flex;
  }
  /* Hero banner */
  .contact-form {
    padding: 40px 18px;
    margin-bottom: -100px;
  }
  .strategic-synergy.top-clip {
    padding-top: 90px;
  }
  .strategic-synergy.section-spacing {
    margin-bottom: 50px;
  }
  .strategic-synergy .block-inner,
  .redined-web-development .block-inner {
    flex-direction: column;
  }
  .strategic-synergy .block {
    width: 100%;
  }
  .strategic-synergy .block-content {
    padding-right: 0;
    padding-bottom: 40px;
  }
  .strategic-synergy .block-image {
    text-align: center;
  }
  .redined-web-development .block-image {
    max-width: 100%;
    text-align: center;
  }
  .two-section-bg-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .redined-web-development .block-content {
    padding-left: 0;
    padding-top: 40px;
  }
  .pioneering-strategies {
    margin-top: 50px;
  }
  .strategies-listings {
    margin-top: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .capabilities-empower {
    padding: 50px 0;
  }
  .dotsBg {
    padding: 50px 0;
  }
  .versatile-ecosystem {
    padding-top: 50px;
  }
  .versatile-ecosystem .ecosystem-listings {
    margin-top: 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .powerhouse-collaboration .block-inner {
    flex-direction: column;
  }
  .powerhouse-collaboration .block-content.block-heading {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .powerhouse-collaboration .block-content {
    width: 100%;
    padding-left: 0;
  }
  .powerhouse-collaboration {
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: -65px;
  }
  .overlapped-graphics {
    margin-top: 40px;
  }
  .strategies-listings.capabilities-empower-listing {
    margin-top: 90px;
    row-gap: 82px;
  }
}
@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 28px;
    line-height: 32px;
  }
  .heading-semi-large {
    font-size: 24px;
    line-height: 36px;
  }
  .heading-3xl {
    font-size: 20px;
    line-height: 28px;
  }
  .heading-2xl {
    font-size: 18px;
    line-height: 28px;
  }
  .heading-xl {
    font-size: 18px;
    line-height: 28px;
  }
  .header::before {
    content: none;
  }

  .hero-banner {
    padding: 40px 0;
  }
  .hero-banner::before {
    content: none;
  }
  .hero-banner .banner-block {
    flex-direction: column;
    gap: 36px;
  }
  .hero-banner .banner-block::before {
    content: none;
  }
  .hero-banner .block {
    width: 100%;
  }
  .hero-badge img {
    max-width: 120px;
  }
  .contactus .block-img .content-wrap {
    padding: 40px 20px;
  }
  .contactus .contact .email {
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .contactus .block-img h2 {
    font-size: 24px;
  }
  .contact-form .form label {
    font-size: 14px;
  }
  .contact-form .form {
    margin-top: 24px;
  }
  .versatile-ecosystem .section-heading-wrapper .text-small {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .strategic-synergy.dotsBg .block-content .text-small {
    margin: 10px 0;
  }
  .capabilities-empower .section-heading-wrapper .text-small {
    margin-bottom: 10px;
  }
  .strategic-synergy .block-content {
    text-align: center;
  }
  .strategic-synergy.section-spacing .block-content .heading-large {
    margin-bottom: 10px;
  }
  .powerhouse-collaboration .heading-large{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header .logo img {
    max-width: 200px;
  }
  .heading-large {
    font-size: 24px;
    line-height: 32px;
  }
  .strategies-listings {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .versatile-ecosystem .ecosystem-listings {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ecosystem-listings .ecosystem-card {
    text-align: center;
  }
  .contactus .contact {
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .contactus .block-content .content-wrap {
    padding: 20px;
    padding-top: 40px;
  }
  .contactus .block-content .content-wrap .heading-3xl {
    margin-bottom: 0;
  }
  .contactus .form-block {
    margin-top: 22px;
  }
  .powerhouse-collaboration {
    padding-top: 84px;
  }
  .contact-form .form-rows-two {
    flex-direction: column;
    margin-bottom: 0;
  }
  .contact-form .form .block {
    width: 100%;
    margin-bottom: 16px;
  }
  .contact-form .submitbtn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 576px) {
}
