@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 55px !important;
  }
 

}

@media (max-width: 1200px) {

    h3 {
        font-size: 32px !important;
    }
  .header .logo {
    order: 1;
  }
  .cta-box {
    background-size: cover !important;
  }
}

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

    .serv_item {
        padding: 0px !important;
    }

    .thm-btn-primary {
        
        .btn-title {
            padding: 10px !important;
            font-size: 12px !important;
        }
    }

    
    .before-footer-card .form-inputs{
        flex-direction: column;
    }
  .form-secret-box .cta-form,
  .form-secret-box .cta-msg {
    width: 100% !important;
  }

  .leadform {
    gap: 0px !important;
  }

  .form-secret-box {
    padding: 40px 20px !important;
  }

  .form-secret-box .form-inputs,
  .form-secret-box .form-msg {
    display: flex;
    flex-direction: column !important;
  }
  .profit-section {
    & .form-wrapper {
      & .leadform {
        & .form-msg {
          .btn-for-cta {
            width: auto !important;
          }
        }
      }
    }
  }

  .process-item::after {
    transform: rotate(90deg);
    background: url(../images/arrowsdn.png) no-repeat scroll bottom center !important;
    top: auto !important;
    bottom: -30px !important;
    right: 35% !important;
  }

  .process-section {
    & .process-item {
        h3 {
          line-height: 0px !important;
          font-size: 32px !important;
          text-align: center;
        }
    }
}

  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px !important;
    line-height: 1.2em;
  }

  .form-wrapper {
    width: 100%;
    padding: 20px;
  }

  .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .header .logo {
    margin-bottom: 10px;
  }

  .thm-btn-primary .btn-title {
    padding: 1em 3em;
    font-size: 14px;
  }

  .hero-btns {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    .row {
      flex-direction: column-reverse;
    }
  }

  .author-story {
    padding-top: 50px;
    text-align: center;
    background: #151f34;
    padding-bottom: 30px;

    &:before {
      display: none;
    }
  }

  .main-hero {
    &:after {
      display: none;
    }

    .banner-subtitle {
      font-size: 16px;
      margin-bottom: 0;
    }

    .banner-title {
      font-size: 32px;
      line-height: normal;
      margin: 10px 0 15px 0;
    }

    .banner-text {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 23px;
    }
  }
}

@media screen and (max-width: 992px) {
  .generic-modal {
    background: url(/assets/images/popmob.jpg) !important;
    border-radius: 40px;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    .right-wrapper {
      padding: 0px !important;
    }
  }
  .service-card-blue {
    min-height: auto !important;
    text-align: center;
  }

  .thm-btn-primary .btn-title {
    font-size: 16px !important;
  }

  .cta-box {
    background: #c1ef00 !important;
    min-height: auto !important;
    padding: 30px !important;
  }

  .cta-title {
    max-width: 100% !important;
    text-align: center;
  }

  .cta-text {
    max-width: 100% !important;
  }

  .highlight {
    font-size: 18px !important;
    position: static !important;
  }

  h2 {
    background-position: bottom center;
  }

  h2 {
    font-size: 24px !important;
    line-height: 1 !important;
    word-spacing: 0px !important;
  }

  p, li, a, .accordion-header, .accordion-button, button, input, textarea, .thm-btn-primary .btn-title{
    font-size: 12px !important;
  }

  .theme_btn2 {
    padding: 11px 20px;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 400;
  }

  .faq-section .accordion {
    width: 100% !important;
  }

  a {
    color: var(--default-color);
  }
}

@media screen and (min-width: 1200px) {
  .hero {
    padding: 150px 0 80px 0;
  }
  .banner-list {
    li {
      justify-content: start !important;
      align-items: start;
    }
  }
}

@media (max-width: 576px) {
  .our-faqs {
    .accordion {
      padding: 20px 20px;
    }
  }
  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 20px !important;
  }

  .banner-section {
    padding-top: 30px!important;
  }

  .profit-logo > img {
    width: 80px !important;
  }

    .swiper-button-next {
        right: 0px !important;
    }
    .swiper-button-prev {
        left: 0px !important;
    }

    .auto-bio {
        padding: 20px !important;
    }

  .generic-modal {
    max-width: 100% !important;
  }

  .right-wrapper {
    padding: 2em 2em 2em 2em !important;
  }

  .header-heading {
    font-size: 30px !important;
  }
  .bookSwiper img {
    width: 200px !important;
    margin: 0px auto;
  }

  .book-item {
    text-align: center;
  }
  
}
