@media screen and (max-width: 1024px) {
  .p1 {
    font-size: 22px;
  }
  .h1 {
    font-size: 52px;
  }
  .h2 {
    font-size: 42px;
  }
  .h3 {
    font-size: 32px;
  }
  .btns {
    max-width: 350px;
  }
  .hero-wrapper {
    height: 650px;
  }
  .hero-wrapper .container {
    height: 100%;
  }
  .hero-wrapper .hero-banner .hero-img-div .mobile-img {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  .feature-call-wrapper .feature-call {
    flex-direction: column;
    gap: 1.5rem;
  }
  .feature-call-wrapper .feature-call .left-nav {
    flex-direction: row;
    margin-top: 0;
  }
  .feature-call-wrapper .feature-call .right-content .content.active .feature-img {
    width: 30vw;
  }
  .feature-call-wrapper .feature-call .right-content .content.active .feature-text {
    margin-top: 0;
    gap: 1rem;
  }
  .feature-call-wrapper .feature-call .right-content .content.active .feature-text .btns {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p1 {
    font-size: 19px;
  }
  .h1 {
    font-size: 28px;
  }
  .h2 {
    font-size: 26px;
  }
  .h3 {
    font-size: 22px;
  }
  .btns {
    gap: 10px;
    margin: auto;
  }
  .desktop {
    display: none;
  }
  .hero-wrapper {
    height: auto;
  }
  .hero-wrapper .hero-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .hero-wrapper .hero-banner .hero-img-div .mobile-img {
    text-align: center;
    top: 0;
  }
  .hero-wrapper .hero-banner .hero-img-div .mobile-img .img {
    max-width: 80%;
    height: auto;
  }
  .hero-wrapper .hero-banner .left-content {
    gap: 1.5rem;
  }
  .hero-wrapper .hero-banner .hero-img-div .mobile-img .img {
    vertical-align: middle;
  }
  .feature-call-wrapper {
    padding: 2rem 0;
  }
  .feature-call-wrapper .feature-call {
    gap: 1rem;
  }
  .faq-section {
    padding: 2rem 0;
  }
  .testimonial-section {
    padding: 2.5rem 0 2rem;
  }
  .testimonial-section .content .author {
    margin-top: 2rem;
  }
  .feature-call-wrapper .feature-call .right-content .content.active {
    gap: 1rem;
  }
  .faq-section .content .question {
    font-size: 24px;
    margin: 0;
  }
  .testimonial-section .slick-dots {
    line-height: 100%;
  }
  .footer {
    padding: 2rem 0;
  }
  .footer .content .terms-conditions {
    margin: 1rem;
  }
  .feature-call-wrapper .feature-call .right-content .content {
    flex-direction: column;
  }
  .feature-call-wrapper .feature-call .right-content .content.active .feature-img {
    width: 60%;
    margin: auto;
    text-align: center;
  }
  .footer .content .logo-text {
    font-size: 2rem;
  }
  .footer .content .logo {
    width: 100px;
  }
}/*# sourceMappingURL=responsive.css.map */