@media screen and (max-width: 991px) {
  .nav-expander {
    display: block;
  }
  .header-navbar-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: black;
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-155%);
    transform: translateX(-155%);
  }
  .header-navbar-content.show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .header-extra {
    margin-top: 30px;
  }
  .header-section:not(.v6) {
    background: #ffffff;
    padding: 15px 0;
  }
  .header-section.v2 .header-navbar-content {
    background-color: white;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
  }
  .usability-section {
    padding: 0 0 70px 0;
  }
  .usability-card {
    height: 600px;
    padding: 84px 50px 20px 50px;
  }
  .usability-slider-nav .slider-item {
    width: 175px !important;
    gap: 10px;
  }
  .usability-slider-for {
    margin-top: 40px;
  }
  .footer-section.v2 .footer-widget {
    margin-top: 40px;
  }
  .footer-card {
    margin-bottom: 40px;
  }
  .rating-card {
    padding: 30px 28px;
    gap: 20px;
  }
  .rating-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
  }
  .rating-item .rating-icon img {
    width: 30px;
    height: 30px;
  }
  .rating-item .rating-info h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .rating-item .rating-meta {
    margin-top: 0;
    gap: 10px;
  }
  .rating-item .rating-meta li:not(:first-child)::before {
    left: -5px;
  }
  .about-feature-img {
    margin-top: 40px;
    width: fit-content;
  }
  .building-content-text {
    margin-bottom: 30px;
  }
  .building-content h2 {
    font-size: 32px;
    line-height: 45px;
  }
  /*-- about-us page style end --*/
  /*-- service page style start --*/
  .skills-img {
    margin-top: 40px;
  }
  .core-feature-content {
    margin-bottom: 40px;
  }
  .header-section.v6.sticky {
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  }
  body:not(.nav-expanded) .header-section.v6:not(.sticky) .nav-expander img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .header-section.v6.sticky {
    background: #ffffff;
    padding: 0;
  }
  /*-- service page style end --*/
  /*-- contact-us style start --*/
  .breadcrumb-sec .breadcrumb-title {
    font-size: 40px;
  }
  .header-section.v6.sticky .col-md-12 {
    padding: 0 !important;
  }
  .header-section.v1.sticky .header-extra li a {
    color: #ffffff;
  }
  .section-title h2 br {
    display: none;
  }
  .hero-section-index5 .index5-hero-img {
    min-height: 350px;
  }
  .breadcrumb-title h2 br {
    display: none;
  }
  .latest-blog-section .latest-blog-content {
    padding-right: 0;
  }
  .powerfull-template-img {
    margin-top: 50px;
  }
  .powerfull-template-text {
    padding-top: 60px;
  }
  .powerfull-template-text h4 {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 26px;
  }
  .powerfull-template-text ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .powerfull-template-text ol li {
    width: 50%;
    gap: 10px;
    margin-top: 15px;
  }
  .powerfull-template-text ol li img {
    margin-bottom: 5px;
  }
  .powerfull-template-section {
    margin-bottom: 85px;
  }
  .integration-element-section.chatbot {
    overflow-x: hidden;
  }
  .integrate-element-list .list-item {
    height: 70px;
    width: 70px;
    padding: 20px;
  }
  .title-success-stories .title {
    font-size:21px;
    margin-bottom: 10px;
  }
  .section-title p {
    padding: 5px;
    font-weight: 400;
  }
  .download-wallet-list ul li {
    flex: auto;
    padding: 0;
    margin-bottom: 10px;
    width: 20%;
  }
  .sass-landing-hero-content {
    padding-top: 180px;
  }
  .sass-landing-hero-bg .banner-shape-list {
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
    bottom: 114px;
    left: -42px;
    width: 114%;
  }
  .sass-banner-text {
    margin-bottom: 60px;
    text-align: center;
  }
  .sass-banner-text h2 {
    margin: auto auto 40px;
  }
  .sass-banner-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sass-banner-img {
    display: none;
  }
  .sass-banner-img .shape1 {
    right: -20px;
  }
  .sass-demo-shapes .shape2 {
    top: 55px;
  }
  .devicepark-feature {
      flex-direction: column;
      align-items: center;
    display: inline;
  }
  .devicepark-right {
    margin-left: 0;
  }
  .devicepark-container-page {
   padding: 0;
    display: inline;
  }
  .left-section {
    padding: 15px;
    max-width: 100%;
  }
  .right-section {
    overflow: hidden;
    max-height: 100%;
    max-width: 100%;
  }
  .devicepark-container {
    padding: 40px;
  }
  .testimonials-grid {
    display: flex;
    margin-left: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .testimonial-card {
    flex: 0 0 auto;
    width: 300px;
    margin-right: 20px;
    scroll-snap-align: start;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .new-white-font {
    font-size: 40px;
  }
  .banner {
    height: 400px;
  }
  .banner-inner {
    margin: 0 20px;
    font-size: 17px;
  }
  .list-banner span {
    display: block;
    padding-right: 0;
  }
  .accordion-item {
    width: auto;
  }
  .table-2 table {
     width: auto;
  }
  .table-content {
    width: auto;
    height: auto;
    left: 0;
  }
  .table-comp {
    overflow-x: auto;
  }
  .info {
    position: relative;
    display: inline-block;
  }
  .about-us-text {
    padding: 30px;
    width: auto;
  }
  .devicepark-svg {
    display: none;
  }
  .image-container {
    width: 90%;
    margin: 15px;
  }
  .about-feature-title {
    text-align: center;
  }
  .image-row {
    width: 40%;
  }
  .about-us-img-4 {
    width: 130px;
    height: 111px;
    margin-top: 10px;
  }
  .about-us-margin {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .blog-container {
    padding: 5px;
    display: inline;
  }
  .main-article-card {
    margin-bottom: 50px;
  }
  .graf--figure {
    text-align: center;
    margin-top: 15px;
  }
  .sass-landing-hero-section {
    padding: 0;
  }
  .widget-mobile {
    margin-right: 65px;
  }
  .widget-card-mobile {
    margin-top: 25px;
  }
  .testimonials-grid {
    gap: 0;
  }
  .form-input-between {
    flex-direction: column;
  }
  .contact-form-input-name {
    width: 100%;
  }
  .contact-form-input-email {
    width: 100%;
  }
  .devicepark-logos {
    justify-content: center;
  }
  .brands-section {
    width: 97%;
  }
  .new-gray-font {
    font-size: 10px;
    text-wrap: nowrap;
  }
  .social-link {
    margin-top: 20px;
    justify-content: center;
  }
  .mobile-none {
    display: none;
  }
  .about-feature-text {
    text-align: center;
  }
  .green-check-icon {
    width: 110px;
    margin-left: 50px;
  }
  .modal-title{
    font-size: 15px;
  }
  .calendly-responsive {
    height: 1300px;
    max-height: 190vh;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 380px) {
  .articles-header {
    flex-direction: column;
  }

  .articles-title, .bg-orange-btn {
    text-align: center;
    margin-bottom: 10px;
  }

  .bg-orange-btn {
    padding: 5px;
  }
}
