@media (min-width: 951px) {
  .menu-items {
    display: flex !important;
    flex-direction: row !important;
    height: fit-content !important;
  }
}
@media (max-width: 950px) {
  .whole-container .container-fluid .hamburger-icon {
    display: block;
    margin: 0;
  }
  .whole-container .container-fluid .menu-items {
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    background: #fff;
    z-index: 1;
    display: none;
    text-align: left;
    top: 80px;
    right: 0;
    left: 0;
    padding: 20px;
    position: absolute;
    margin: 0;
    border-top: 1px solid #292929;
    text-align: center;
  }
  .whole-container .container-fluid .menu-items li a {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .whole-container section .best-software .box {
    flex-basis: calc(33.33% - 0px);
    display: flex;
  }
  .whole-container .contact-container .contacts .button {
    text-align: end;
  }
}
@media (max-width: 992px) {
  .whole-container section .contacts .row {
    gap: 25px;
  }
  .whole-container section .best-software .box .def-class {
    padding: 20px 20px 45px 20px;
  }
  .launch-your {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .whole-container section .hero-container .hero-content h1 {
    width: 100% !important;
  }
  .whole-container section .hero-content {
    padding: 29% 0%;
  }
  .whole-container section .best-software .box .def-class {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .whole-container footer .footer .gstn-softwares {
    padding: 20px;
  }
  .whole-container footer .footer .gstn-softwares .icons-media {
    padding-top: 25px;
    justify-content: left;
  }
  .whole-container footer .footer .gstn-softwares .Our-Services {
    padding-left: 30px;
  }
  .whole-container section .hero-content p {
    padding: 0;
  }
  .whole-container section .hero-content .button {
    display: block;
  }
  .whole-container section .hero-content .button .button2 {
    margin-top: 20px;
  }
  .whole-container .contact-container .contacts {
    padding: 30px;
  }
  .whole-container .contact-container .contacts .button a {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media (max-width: 400px) {
  .whole-container section .why-choose-us .details-content {
    padding: 0 10px;
  }
  .whole-container section .why-choose-us .details-content h4 {
    line-height: 50px;
  }
  .whole-container section .why-choose-us .details-content p {
    line-height: unset;
  }
  .whole-container section .hero-content {
    padding: 35% 0%;
  }
  .whole-container .footer .row {
    gap: 20px;
  }
}
