@media(max-width: 600px) {
  body {
    overflow-x: hidden !important;
  }
  .header-nav {
    /* display: none; */
  }
  .header-logo {
    width: 25%;
    padding-left: 0.9rem;
  }
  .header-nav {
    width: 75%;
  }
  .header-main {
    padding: 1rem;
  }
  .header-container {
    width: 95%;
    padding: 0.65rem;
  }
  .header-nav .menu-list {
    position: fixed;
    flex-direction: column;
    z-index: 1000;
    top: 0;
    left: -110%;
    height: 100vh;
    background-color: black;
    padding: 2rem;
    width: 100vw;
    justify-content: center;
    overflow: hidden;
    transition: all 0.4s ease;
  }
  .menu-list-manu {
   left: 0 !important;
  }
  .header-nav ul li {
    margin-bottom: 2rem;
    opacity: 1;
  }
  .header-menu-list {
   opacity: 1;
   transition: all 0.4s ease;
   transform: translateX(0px);
  }
  .header-menu-list:nth-child(1) {
    transform: translateY(-10px);
    transition-delay: 0.4s;
  }
  .header-menu-list:nth-child(2) {
    transform: translateY(-10px);
    transition-delay: 0.5s;
  }
  .header-menu-list:nth-child(3) {
    transform: translateY(-10px);
    transition-delay: 0.6s;
  }
  .header-menu-list:nth-child(4) {
    transform: translateY(-10px);
    transition-delay: 0.7s;
  }
  .header-menu-list:nth-child(5) {
    transform: translateY(-10px);
    transition-delay: 0.8s;
  }
  .header-menu-list:nth-child(6) {
    transform: translateY(-10px);
    transition-delay: 0.9s;
  }
  .header-nav ul li a {
    font-size: 1.5rem;
    font-family: var(--orb-font);
  }
  .header-nav .cta {
    padding-left: 0;
    text-align: center;
    width: 70%;
  }
  .mobile-menu-iconbox {
    width: 30%;
    align-items: right;
    display: flex;
    justify-content: right;
    align-content: right;
    padding-left: 1rem;
    padding-top: 0.6rem;
  }
  .header-nav .cta a {
    font-size: 0.8rem;
    box-shadow: 0px 0px 0px transparent;
    padding: 0.2rem 0.6rem;
    background-color: var(--white-color);
    color: black;
  }
  .mobile-menu-iconbox {
    display: block;
    width: 20%;
    position: relative;
    z-index: 1500;
  }
  .mobile-menu-iconbox span {
    width: 40px;
    height: 2px;
    background-color: var(--white-color);
    display: block;
    margin-bottom: 0.6rem;
    opacity: 1;
    transition: all 0.6s ease;
  }
.line1-manu {
  width: 25px;
  transform: rotate(45deg) translateX(7px);
}
.line2-manu {
  width: 25px;
  transform: rotate(-45deg) translateX(7px);
}
  .desk-slider-img {
    display: none !important;
  }
  .mobile-slider-img {
    display: block !important;
  }
  .slider-text {
    width: 80%;
    left: 20%;
  }
  .slider-text h1 {
    font-size: 1.5rem;
  }
  .slider-text a {
    font-size: 0.9rem;
  }
  .heading-text {
    font-size: 1.14rem;
  }
  .services-container ul li a {
    font-size: 1.2rem;
  }
  .service-menu {
    background-color: black;
    z-index: 10000;
    padding-top: 2rem;
  }
  /* services starts here  */
  .about-home-container h3:before {
    width: 35px;
    right: -70px;

  }
  .about-home-container h3:after {
    width: 35px;
    right: -50px;

  }
  .desk-what-we-do {
    display: none;
  }
  .mobile-what-we-do {
    display: block;
  }
  .what-we-do-container {
    width: 95%;
    margin: 0;
  }
  .mobile-what-we-do .what-we-do-container {
    overflow-x: auto;
    display: flex;
    justify-content: left;
    padding: 4rem 0;
    border: 0;
    margin: auto;

  }
  .mobile-what-we-do .what-we-do-container::-webkit-scrollbar {
    width: 100%;
    height: 1px;
    background-color: grey !important;
    opacity: 0.6;
  }
  .mobile-what-we-do .what-we-do-container::-webkit-scrollbar-thumb {
    width: 10%;
    background-color: white !important;
  }
   .mobile-what-we-do .service-box {
    min-width: 90%;
    padding: 1rem;
    padding-right: 0;

  }
  .mobile-what-we-do .service-box .service-right img {
    width: 60%;
  }
  .mobile-what-we-do .service-box h4 {
    font-size: 1rem;
  }
  .mobile-what-we-do .service-box .service-left {
    width: 100%;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
  }
  .mobile-what-we-do .service-box .service-right {
      width: 100%;
      padding: 1rem;
      text-align: left;
    }
    .mobile-what-we-do .service-box p {
     width: 95%;
    }
  /* services ends here */

  .why-choose-main .why-choose-box {
    width: 95%;
    margin: 0;
    margin-top: 5rem;
    position: relative;
    margin-bottom: 8rem;
  }
  .why-choose-main .why-choose-box:nth-child(2), .why-choose-main .why-choose-box:nth-child(4) {
    margin-bottom: 2rem;
  }
  .why-choose-container {
    width: 90%;
    flex-direction: row;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: left;

  }
  .why-choose-container::-webkit-scrollbar {
    width: 100%;
    height: 1px;
    background-color: grey !important;
    opacity: 0.6;
  }
  .why-choose-container::-webkit-scrollbar-thumb {
    width: 10%;
    background-color: white !important;
  }
  .why-choose-box .why-choose-left img {
    height: auto;
  }
  .why-choose-box .why-choose-left {
    border: 0;
  }
  .why-choose-box .why-choose-right h4 {
    font-size: 0.8rem;
  }
  .why-choose-box .why-choose-left {
    width: 35%;
    position: absolute;
    left: 4%;
    top: -60%;
  }
  .why-choose-box .why-choose-right {
    width: 100%;
    padding-top: 0.7rem;
  }
  .why-choose-main-right, .why-choose-main-left {
    min-width: 80%;
  }
  .home-cta-container h3 {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .our-works-main p {
    width: 90%;
    margin: 0 auto;
    margin-top: 1.2rem;
    line-height: 1.7;
  }
  .our-works-container {
    width: 70%;
  }
  .our-works-box {
    width: 100%;
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .our-cliets-main p {
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
    line-height: 1.8;
  }
  .our-clients-box {
    width: 45%;
  }
  .our-clients-box img {
    width: 100%;
  }
  .our-clients-container:after {
    width: 0;
  }
  .home-contact-container {
    flex-direction: column;
  }
  .contact-left, .contact-right {
    width: 100%;
  }
  .contact-right form textarea, input, {
    width: 94%;
  }
  .contact-right form input, form select, form textarea, form option {
    width: 94%;
  }
  .contact-left {
    padding-right: 0;
  }
  .home-contact-container {
    width: 80%;
  }
  .additional-contact-container {
    flex-direction: column;
  }
  .addtional-c-box {
    width: 100%;

  }
  .addtional-c-box:nth-child(2) {
    padding-left: 0;
  }
  .footer-container {
    flex-wrap: wrap;
  }
  .footer-logo {
    width: 100%;
  }
  .footer-nav {
    width: 100%;
    margin-top: 2rem;
  }
  .footer-navbox {
    padding: 0.5rem;
  }
  .footer-navbox strong {
    font-size: 0.85rem;
  }
  .footer-nav1 {
    width: 45%;
  }
  .footer-nav2 {
    width: 55%;
  }
  .copyrights {
    width: 85%;
    margin: 0 auto;
    margin-top: 1rem;
    font-size: 0.7rem;
    line-height: 1.8;
  }

  /* closed  */
}
