/* For Google Chrome (125% zoom level) */
@media screen and (-webkit-min-device-pixel-ratio: 1.25),
screen and (min-resolution: 120dpi) {}

@media (min-width: 1280px) and (max-width: 1366px) {}

@media (max-width: 991px) {
  header.sticky {
    position: unset;
  }

  .after-before {
    /* justify-content: space-between; */
    /* flex-wrap: unset; */
    justify-content: center;
  }

  .our-client-heading h4 {
    font-size: 31px;
  }

  .top-banner .right-col p {
    font-size: 16px;
  }

  .top-banner .left-col h1 {
    font-size: 30px;
    margin-bottom: 0;
  }

  header {
    background: #070D13 !important;
    position: unset !important;
    padding: 0px 0 0px 0 !important;
    position: relative !important;
  }

  .top-banner {
    height: unset;
    padding: 65px 0 80px;
  }

  section.top-banner .row {
    flex-direction: column;
    align-items: center;
  }

  section.top-banner .row>* {
    width: 100%;
  }

  section.top-banner .row .right-col {
    text-align: center;
  }

  .left-col {
    text-align: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .sidebar {
    position: unset;
  }

  .sidebar-content {
    align-items: center;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .col-lg-3.col-md-6.col-md-12.sticky-side {
    position: unset;
  }


  .help-main-content {
    align-items: center;
  }

  .help-card-main {
    align-items: center;
  }

  .services-container {
    align-items: center;
  }

  .testimonial-heading-main {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .blog-card-content {
    margin-bottom: 30px;
  }


  .footer-links>ul>li a {
    text-align: left;
    justify-content: flex-start !important;
  }

  .footer-links {
    margin-top: 30px;
  }

  .vision-card .vision-card-img.img-box {
    flex: 0 0 200px;
  }

  .vision-card-content .icon {
    display: none;
  }

  .services:after {
    content: none;
  }

  .services-card-content-main {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .testimonial-heading {
    align-items: center;
    text-align: center;
  }

  h4.help-headig {
    text-align: center;
    font-size: 30px;
  }

  .our-client-heading {
    text-align: center;
  }

  .about-help-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .about-help-heading h4 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .help-service-para {
    text-align: center;
  }

  .img-box-content img {
    width: 100%;
  }

  h4 {
    font-size: 31px !important;
  }

  .faq button.accordion-button h4 {
    font-size: 20px !important;
  }

  .blog-card-content h4 {
    font-size: 25px !important;
  }

  .testi-card-coontent {
    height: auto;
  }

}

@media (max-width: 767px) {
    .portfolio-sec .portfolio-right{
        height: auto;
    }
    .btn-theme-outline {
        padding: 10px 25px;
    }
  .case-study-card {
    display: none;
  }

  .testimonial-heading-img {
    display: none;
  }

  .footer-logo {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .footer-links {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }

  ul.list-unstyled {
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
  }


  ul.list-unstyled li {
    align-items: flex-start;
  }
}
