@media only screen and (max-width: 1860px) {
  .common-container {
    padding: 0 200px;
  }
}

@media only screen and (max-width: 1650px) {
  .common-container {
    padding: 0 150px;
  }
}

@media only screen and (max-width: 1450px) {
  .common-container {
    padding: 0 80px;
  }

  #main-menu a {
    font-size: 16px;
  }

  .large-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .common-container {
    padding: 0 50px;
  }
  #main-menu {
    gap: 16px;
  }

  .hambuger-menu-sec {
    display: block;
  }

  .mobile-menu-sec {
    position: fixed;
    width: 400px;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 999;
    padding: 100px 50px 50px;
    background: #940068;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(400px);
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.5s ease-in-out;
  }

  .menu-close-sec {
    position: fixed;
    right: 30px;
    width: 40px;
    height: 40px;
    top: 35px;
    background: #fff;
    z-index: 99999;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.03);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
  }

  .header-menu-sec #main-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .header-menu-sec #main-menu li {
    transform: translateX(600px);
    transition: all 0.7s ease-in-out;
  }

  .dropdown-toggle .fa-chevron-down:before {
    color: #fff;
  }

  .mobile-menu-sec.visible #main-menu li {
    transform: translateX(0px);
  }

  .header-menu-sec #main-menu li a {
    font-size: 22px;
    line-height: 32px;
    color: var(--white);
  }
  .mobile-menu-sec.visible {
    transform: translateX(0px);
  }

  .dropdown-menu {
    position: relative !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    /* Hide by default */
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    /* Animation */
    transition: opacity 0.25s ease, max-height 0.35s ease;
    padding: 0 !important;
  }

  /* ON CLICK (open class added using JS) */
  .menu-item-has-children.dropdown:hover .dropdown-menu {
    opacity: 1;
    max-height: 500px; /* enough height for your menu */
    pointer-events: auto;
  }

  .header-menu-sec #main-menu li li a {
    font-size: 16px;
    line-height: 26px;
    background-color: transparent;
  }

  .contact-left-sec aside a,
  .contact-left-sec aside p {
    font-size: 16px;
  }

  .contact-left-sec aside {
    gap: 5px;
  }

  .contact-left-sec aside i {
    min-width: 50px;
  }

  .why-apporya-contents p {
    font-size: 16px;
    line-height: 25px;
  }
  .service-wrapper-sec .why-apporya-contents ul li {
    font-size: 16px;
  }
  .why-apporya-contents ul {
    gap: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .why-apporya-wrapper {
    gap: 20px;
  }

  .footer-container {
    display: grid;
    gap: 30px;
    padding: 80px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .why-apporya-wrapper {
    gap: 40px;
    flex-direction: column;
  }

  .why-apporya-content-side {
    width: 100%;
  }

  .why-apporya-image-side {
    width: 70%;
  }

  .cta-flat-box {
    max-width: 100%;
    padding: 60px 50px;
    border-radius: 0;
  }

  .contact-container {
    gap: 40px;
    flex-direction: column;
  }

  .contact-right-sec {
    width: 100%;
  }

  .contact-left-sec {
    width: 100%;
    margin-top: 0;
  }

  .testimonial-block .text p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 800px) {
}

@media only screen and (max-width: 767px) {
  .testimonial-section .sec-title {
    margin-bottom: 50px;
  }

  .testimonial-block {
    padding: 0;

    .inner-box {
      box-shadow: none;
      border: 2px solid #f1f1f1;
    }
  }

  .testimonial-carousel {
    .owl-nav {
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 20px;
      text-align: center;
    }

    .owl-next,
    .owl-prev {
      border: 2px solid #f1f1f1;
    }
  }
  .copy-right {
    flex-direction: column;
    gap: 25px;
  }

  .common-container {
    padding: 0px 30px;
  }

  .header-logo .header_nav_img {
    height: 32px;
  }
  header.header {
    height: 80px;
  }

  .banner-content-sec {
    padding: 150px 0 80px;
  }

  .contact-right-sec {
    padding: 50px 25px 10px;
  }
}

@media only screen and (max-width: 650px) {
  .footer-container {
    padding: 50px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 520px) {
  .common-container {
    padding: 0px 20px;
  }

  .banner-content-sec h1 {
    font-size: 38px;
    line-height: 48px;
  }

  .banner-content-sec p {
    font-size: 18px;
  }

  .common-title {
    font-size: 34px;
    width: 100%;
  }

  .heading-sec p {
    width: 100%;
    font-size: 16px;
  }

  .service-card {
    padding: 35px 20px;
  }

  .achievements-modern {
    width: 100%;
    padding: 0px 0px;
  }

  .ach-item {
    padding: 18px 14px;
    font-size: 15px;
    padding-left: 48px;
  }

  .why-apporya-image-side {
    width: 100%;
  }

  .why-apporya-contents h3 {
    font-size: 34px;
  }
  .why-apporya-contents ul li {
    padding-left: 26px;
    font-size: 16px;
  }

  .why-apporya-contents ul li::before {
    width: 16px;
    height: 16px;
  }

  .padding-100 {
    padding-top: 50px;
  }

  .testimonial-block {
    .text {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 25px;
    }
  }

  .testimonial-block {
    .inner-box {
      padding: 40px 20px;
    }
  }

  .testimonial-block {
    & .info-box {
      .thumb {
        height: 60px;
        width: 60px;
      }
    }
  }
  .testimonial-block {
    .info-box {
      padding-left: 80px;
      padding-top: 10px;
    }
  }

  .testimonial-block {
    & .info-box {
      .designation {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }

  .testimonial-block {
    & .info-box {
      .name {
        font-size: 16px;
        line-height: 1.2em;
        margin-bottom: 4px;
      }
    }
  }

  .testimonial-section {
    .testimonial-carousel {
      margin: 0 0px;
    }
  }

  .mobile-menu-sec {
    width: 100%;
  }

  .mobile-menu-sec {
    width: 100%;
    transform: translateX(100%);
  }

  .header-menu-sec #main-menu li a {
    font-size: 20px;
    line-height: 26px;
  }

  .mobile-menu-sec {
    padding: 100px 30px 50px;
  }

  .testimonial-section {
    padding-bottom: 100px;
  }

  .contact-left-sec aside {
    margin-bottom: 14px;
  }

  .contact-right-sec {
    padding: 40px 25px 5px;
  }

  .expertise-matters h3 {
    font-size: 28px;
  }

  .expertise-matters ul {
    font-size: 16px;
    list-style: disc;
    padding-left: 22px;
  }
  .foot-sec h3 {
    margin-bottom: 15px;
  }
  .footer-container {
    gap: 40px;
  }
}

@media only screen and (max-width: 360px) {
  .common-container {
    padding: 0px 15px;
  }
}
