@media (max-width: 991.98px) {
  .humburger {
    display: block;
    cursor: pointer;
  }
  .mybar .navbar_menu.show {
    transform: translateX(0%);
  }
  .mybar .navbar_menu .nav {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    align-items: flex-start;
  }
  .mybar nav > ul {
    display: block;
    padding: 20px 0;
    width: 100%;
  }
  .mybar .navbar_menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    transform: translateX(-100%);
    transition: 0.3s all;
    overflow: auto;
    width: 70%;
  }
  .main_header .close_btn {
    display: flex;
    padding: 15px;
    justify-content: end;
  }
  .main_header nav > ul > li > a {
    padding: 15px 20px;
    width: 100%;
    font-size: 20px;
  }
  .main_header nav > ul > li > a {
    border-bottom: 1px solid #f2f2f2;
  }
  .dropdown-toggle:after,
  .sub-title::after {
    background-image: url(../images/down_arrow.svg);
    height: 27px;
    width: 27px;
    right: 15px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    transition: 0.3s all;
    transform: rotate(-90deg);
    content: "";
  }
  .sub_menu {
    display: none;
    overflow: hidden;
    position: static;
    min-width: auto;
    transform: none;
  }
  .sub_menu.show {
    display: block;
    height: auto;
  }
  nav ul li.dropdown.show .prospactive {
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible;
  }
  .sub_menu ul {
    display: block;
  }
  .prospactive {
    border-radius: 0;
  }
  .request_btn {
    margin-bottom: 20px;
  }
  .dropdown.show .dropdown-toggle:after,
  .sub-title.show::after {
    transform: rotate(0deg);
  }
  body.show {
    overflow: hidden;
  }
  body.show::before {
    content: "";
    background-color: #000000a1;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100%);
    z-index: 9999;
  }
  .kpi_all_sec .box {
    margin-bottom: 20px;
  }
  .left_content_sec .content {
    margin-bottom: 30px;
  }
  .faq_sec .content {
    margin-bottom: 30px;
  }
  .footer_sec .center_sec {
    padding-left: 0;
  }
  .solutions_section .solutions {
    height: auto;
    margin-bottom: 20px;
  }
  .step-wrapper {
    flex-wrap: wrap;
  }
  .kpi_all_sec .box .images{
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .step-box {
    max-width: 100%;
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
  .step-box:not(:last-child)::after {
    content: none;
  }
  .border-end {
    border-right: none !important;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 576px) {
  .mybar .navbar_menu.show {
    width: 100%;
  }
  .company_sec .logo_sec {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 30px 20px;
  }
  .footer_sec h6 {
    margin-bottom: 10px;
  }
  .company_sec,
  .left_content_sec,
  .py-60,
  .kpi_all_sec {
    padding: 40px 0;
  }
  .banner_sec .dashboard_img {
    padding: 30px 20px 0 20px;
  }
  .move-data {
    padding: 30px 10px;
  }
  h1 {
    font-size: 2.5rem;
  }
  .container-fluid {
    padding: 0 20px;
  }
  .faq_sec .content{
    text-align: center;
  }
  .faq_sec .content img{
    margin: 0 auto;
  }
  .banner_sec form input{
    min-width: 100%;
    border-radius: 8px;
    padding: 10px 12px;
  }
  .banner_sec form button{
    border-radius: 8px;
  }
  #send_email .loader{
    position: absolute;
    bottom: 8px;
    right: 20px;
    filter: invert(0);
  }
}
