@media screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

@media screen and (max-width: 1600px) {
  .navigationSec .navbar-nav .nav-link {
    font-size: 16px;
  }

  .fs45 {
    font-size: 35px;
  }

  .fs40 {
    font-size: 28px;
  }

  .fs36,
  .faq button.accordion-button {
    font-size: 24px;
  }

  .clienttrust .clientsBox .fs24 {
    font-size: 18px;
  }

  .nursing-box span {
    font-size: 18px;

  }

  .nursing-box p,
  .writer-box a,
  .list-style-circle li,
  .customer-box span.code {
    font-size: 15px;
  }

  .news-university img {
    width: 150px;
  }

  .writer-box .profile-name .name,
  .footer-link span {
    font-size: 18px;
  }

  .writer-box .profile-name .designation,
  .writer-box p,
  .footer-link ul li a,
  .findoutprice ul.list-unstyled li {
    font-size: 14px;
  }

  .focus-area ul li,
  ul.review-rate li span {
    font-size: 13px;
  }

  .order-now,
  .faq .accordion-body {
    font-size: 16px;
  }

  .copyright span {
    font-size: 12px;
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  a.navbar-brand img {
    width: 150px;
  }

  .placeorder {
    font-size: 18px;
  }

  .news-university img {
    width: 125px;
  }

  .copy-content,
  footer p {
    font-size: 14px;
  }
}

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

  .fs45,
  section.price-plan h2,
  .fs38,
  .fs40 {
    font-size: 24px;
  }

  section.clienttrust {
    padding: 20px 0px;
  }

  .swiper-button-next {
    right: 40% !important;
  }

  .swiper-button-prev {
    left: 40% !important;
  }

  .professional-writers .swiper-button-prev,
  .border-lines {
    display: none;
  }

  .professional-writers .swiper-button-next {
    display: none;
  }

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

  .writerSwiper .swiper-pagination {
    display: block;
    position: static;
    margin: 10px 0px;
  }

  .solveshape {
    display: none;
  }

  .fs20 {
    font-size: 16px;
  }

  .footer-link ul {
    padding: 0px;
  }

  .footer-link span {
    margin: 5px 0px 0px;
  }

  .footer-link ul li {
    padding: 3px 0px;
  }

  .faq button.accordion-button {
    font-size: 18px;
    padding: 10px 0px !important;
  }

  .faq .accordion-body {
    padding: 0px;
  }

  img.Frame,
  img.Frame-1,
  img.Frame-2,
  img.Frame-3,
  img.Frame-4,
  img.Frame-5,
  .content-frame img:nth-child(3),
  .content-frame img:nth-child(1),
  .content-frame img:nth-child(2) {
    display: none;
    border-radius: 0px;
  }

  .content-area {
    right: 0%;
    border-radius: 0px;
    padding: 25px 15px;
  }

  section.universities .right-content {
    padding: 25px 15px;
  }

  .nursing-topic {

    background: var(--primaryBg);
  }

  a.Massenger,
  a.whatsapp {
    padding: 10px 16px;
    font-size: 14px;
  }

}

@media screen and (max-width: 576px) {
  .our-object .right-content ul {
    grid-template-columns: auto auto;
  }

  .news-university img {
    width: 90px;
  }

  .our-object .right-content ul li {
    padding: 10px 10px;

    margin: 10px 10px;

  }

  img.Solveissue {
    margin-top: 10px;
  }

  .footer-logo {
    width: 200px;
  }

  .platform img {

    height: auto;
    width: 130px;
  }


  a.whatsapp img,
  a.Massenger img {
    width: 25px;
  }

  .sitemapdata ul li {
    width: 100%;
  }

  .our-object .right-content ul {
    grid-template-columns: auto;
  }
}