@media only screen and (max-width: 1400px) {
  .page-hero {
    min-height: auto !important;
  }
  .about-side {
    filter: blur(7px);
  }
  h1 {
    font-size: 50px !important;
  }

  .hero-section {
    min-height: auto !important;
  }

  h2 {
    font-size: 28px !important;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 14px;
  }

  p,
  .btn,
  li,
  input,
  textarea,
  label,
  .accordion-button,
  .accordion-body,
  a {
    font-size: 16px !important;
  }

  .generic-modal input, label {
    font-size: 12px !important;
    margin: 0px !important;
  }

  .generic-modal {
    width: 60%;
  }
}

@media only screen and (max-width: 1200px) {
  .achievements .box-2 {
    padding: 20px;
  }

  .navbar .btn-secondary {
    display: none;
  }
  .genreSwiper img {
    width: 300px !important;
  }
}

@media only screen and (max-width: 992px) {
  .book-case-box > .box-1,
  .book-case-box > .box-2,
  .book-case-box > .box-3,
  .book-case-box > .box-4,
  .book-case-box > .box-5 {
    position: static !important;
    width: 100% !important;
  }

  .writing-box {
    padding: 20px;
  }

  .about-box > div {
    width: 100%;
  }

  .writing-services .number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .process-box-3 {
    flex-direction: column;
  }
  .testimonials > div {
    min-height: auto;
  }
  .writing-services {
    padding-bottom: 0px !important;
  }

  .writing-services .row {
    text-align: center;
    justify-content: center;
  }
  .thanks-section h1 {
    font-size: 80px !important;
  }

  .float-book {
    height: auto;
  }

  .genreSwiper .swiper-slide {
    width: 100% !important;
  }

  .genreSwiper .swiper-slide > div {
    text-align: center;
  }

  .genreSwiper img {
    width: 200px !important;
  }

  .genre-banner {
    background-position: center !important;
    height: 70% !important;
    width: 50%;
    position: absolute;
  }

  .float-book-title {
    padding: 0px !important;
    text-align: center;
    height: auto !important;
  }
  .float-book-title > div {
    height: auto !important;
  }
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 40px !important;
  }
  p,
  .btn,
  li,
  input,
  textarea,
  label,
  .accordion-button,
  .accordion-body,
  a {
    font-size: 12px !important;
  }
  .btn {
    padding: 8px 12px !important;
    height: auto !important;
    font-weight: normal !important;
  }

  .navbar-toggler > i,
  .btn-x > i {
    font-size: 14px !important;
    padding: 10px 0px !important;
  }

  .process-box-2 {
    min-height: auto;
  }

  .navbar-brand > img,
  .offcanvas-header > img {
    width: 120px !important;
  }

  .btn > span {
    padding: 4px 8px !important;
  }

  .genre-banner {
    width: 100% !important;
    height: 200px;
    background-size: contain !important;
  }
  .genre-main h1 {
    font-size: 80px !important;
  }
}

@media only screen and (max-width: 567px) {

  .generic-modal {
    width: 80%;
  }
  .thanks-section h1 {
    font-size: 50px !important;
  }
  .heroSwiper .swiper-slide img {
    width: 300px;
  }
}
