@media screen and (max-width: 1200px) {

  .process .step object {
    display: none;
  }

  .pricing-btn {
    font-size: 1.3rem;
  }

  a.navbar-brand img {
    width: 165px;
  }

  section.home img {
    min-width: 410px;

  }

  .counter {
    background: var(--brown);
  }

  form div .list div select {
    width: 200px;

  }
}

@media screen and (max-width: 992px) {

  .navbar-nav .nav-item .nav-link {
    font-size: 13px;
    padding: 10px 14px !important;
    width: auto;
    text-align: start;
    display: inline-block;

  }

  .order__now form ul {
    display: block;
  }

  .order__now form ul li {
    width: 100%;
    flex: 1;
  }

  /* .cheapSwiper{
  overflow: visible!important;
} */
  .f50,
  .f40,
  .f32,
  .f30 {
    font-size: 2.5rem;
  }

  .proof-reading {
    background: var(--brown);
  }

  form {
    width: 100% !important;
    padding: 3rem 2rem !important;
  }

  form div .list div select {
    width: 100% !important;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .side-image {
    display: none;
  }

  li.nav-item button {
    font-size: 12px;
    width: 200px;

  }

  .reviewSwiper .swiper-slide {
    left: 0rem;
  }

  .reviews_box {
    margin: 1rem;
  }

  .live-chat {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .testimonial__box {
    display: block;
    height: auto;

  }

  .testimonial .left-content {
    border-radius: 30px 30px 0px 0px;
    height: 350px;
  }

  .testimonial__box .right-content {
    padding: 1rem;
  }

  li.nav-item button {
    font-size: 10px;
    width: 140px;
  }

  .pricing-btn {
    font-size: 1rem;
  }

  .process .step {
    text-align: center;
  }

  ul.pricing-method {
    grid-template-columns: auto auto auto;

  }
}