/* @media only screen and (max-width: 1200px) {
  } */

@media only screen and (max-width: 768px) {

  

  .offer-box {
    min-height: auto !important;
    padding: 20px 10px;
    margin-bottom: 20px;
  }

  .offer-box .rounded-circle {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }

  .book-offer-section {
    text-align: center !important;
  }

  .book-offer-section h4 {
    text-align: center !important;
  }

  .consulation-section img {
    width: 300px !important;
    margin: 0px auto;
  }
  .consulation-section {
    text-align: center !important;
  }

  .consulation-section {
    text-align: center;
  }

  .why-us-section {
    text-align: center !important;
    padding-bottom: 20px;
  }
  .home-hero {
    text-align: center !important;
  }

  .btn-hero {
    justify-content: center !important;
  }

  .btn-hero > .btn {
    margin: 0px !important;
  }
  .btn {
    margin: 0px auto !important;
  }
  h2,
  h1,
  h4 {
    font-size: 32px !important;
  }
  .team-box h4 {
    font-size: 18px !important;
  }
  .team-box p {
    font-size: 12px !important;
  }
  p,
  li,
  .btn {
    font-size: 14px !important;
  }

  section {
    padding: 20px 0px;
  }

  .our-genre h5 {
    font-size: 18px !important;
  }

  .potfolio-link {
    font-size: 10px !important;
  }

  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;

    .button-hero {
      display: none;
    }
  }

  .header .logo {
    margin-bottom: 10px;
  }

  .header .mobile-nav-toggle {
    display: block;
    font-size: 30px;
  }

  .header .navmenu ul li {
    margin: 10px 0;
  }

  section {
    overflow: hidden;
  }

  .navmenu .dropdown ul {
    max-height: 0;
    transition: max-height 0.3s ease;
  }

  .navmenu .dropdown.active ul {
    max-height: 1000px;
    /* large enough */
  }

  ul.main-menu {
    position: fixed;
    left: auto;
    width: 100%;
    height: 100%;
    background: #131313;
    top: 60px;
    padding: 20px;
    right: -100%;
    transition: 1s;
    padding-bottom: 80px;
    overflow-y: scroll;
  }

  .mobile-nav-active {
    .header {
      ul.main-menu {
        right: 0;
        transition: 1s;
        z-index: 5;
      }
    }
  }

  .navmenu a {
    color: #fff;
    text-decoration: none;
  }

  .navmenu a.active {
    color: red;
    border-bottom: 2px solid red;
  }

  .toggle-dropdown {
    &::before {
      transition: 0.5s;
    }
  }

  .dropdown {
    .active {
      .toggle-dropdown {
        &::before {
          transform: rotate(180deg);
          transition: 0.5s;
        }
      }
    }
  }

  .dropdown-active {
    display: block;
    width: 100%;
    padding: 20px;
    position: relative;
  }

  .navmenu .toggle-dropdown {
    margin-left: 5px;
    transition: transform 0.3s ease;
    display: inline-block;
  }

  /* Rotate icon when parent li has 'active' class */
  .navmenu .dropdown.active > a > .toggle-dropdown {
    transform: rotate(180deg);
  }

  .why-us-bg-img {
    top: -28px;
  }

  /* .btn-hero {
    flex-direction: column;
  } */

  .book-category-section {
    & .book-genre-list {
      & .genre-item {
        img {
          top: 28%;
          left: 50%;
        }
      }
    }
  }

  .custom-cta-img-desktop {
    display: none;
  }

  .custom-cta-sec {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
}

@media (max-width: 480px) {
  h1 {
    font-size: 40px;
  }

  .main-heading {
    h2 {
      font-size: 30px;
      line-height: 1.2;
      text-align: center;
    }

    p {
      font-size: 14px;
    }
  }

  p {
    font-size: 14px !important;
    line-height: 32px !important;
  }

  ul li {
    font-size: 14px !important;
  }

  .theme-btn,
  .theme-btn-2 {
    font-size: 15px;
  }

  .form-wrapper {
    padding: 20px 27px !important;
  }

  .generic-modal {
    max-width: 100% !important;
  }

  .contact-us {
    .form-wrapper {
      padding: 0px 0px !important;
    }
  }
}

@media only screen and (max-width: 992px) {
  .footer-logo-main {
    width: 230px;
  }
}