@media screen and (max-width: 1200px) {
  .navigation {
    margin-right: 20px;
  }

  .register-btn {
    margin-left: 10px;
  }

  .hero-left h2 {
    font-size: 55px;
  }

  .hero-btn-wrapper a:first-child {
    margin-right: 10px;
  }

  .hero-btn-wrapper a {
    font-size: 13px;
    padding: 12px 25px;
    letter-spacing: 0.5px;
  }

  .about-right h2 {
    font-size: 44px;
  }

  .about-right p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    display: none;
  }

  .mobile-menu-btn-wrapper {
    display: block;
  }

  .mobile-menu-wrapper {
    display: block;
  }

  .hero-left h2 {
    font-size: 40px;
  }

  .hero-left p {
    font-size: 16px;
  }

  .hero-btn-wrapper a:first-child {
    margin-bottom: 15px;
  }

  .about-right h2 {
    font-size: 32px;
  }

  .about-right p {
    font-size: 14px;
  }

  .testimonial-area .swiper-wrapper {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .hero-right {
    display: block;
  }

  .about-left {
    margin-bottom: 50px;
  }

  .testimonial-area {
    padding-bottom: 70px;
  }

  .faq-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .price-area {
    padding-top: 70px;
  }

  .copyright-text {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .section-heading h2 {
    font-size: 34px;
  }

  .register-btn a {
    padding: 12px 25px;
  }

  .single-counter h2 {
    font-size: 56px;
  }

  .footer-area .footer-social li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 5px;
  }
}

@media screen and (max-width: 360px) {
  .register-btn a {
    font-size: 14px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  .section-heading p {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  .register-btn a {
    font-size: 12px;
    padding: 12px 18px;
  }

  .hero-left h2 {
    font-size: 32px;
  }

  .testimonial-author-desc h3 {
    font-size: 13px;
  }

  .testimonial-author-desc p {
    font-size: 11px;
  }

  .testimonial-meta-right ul li {
    font-size: 15px;
  }

  .footer-area .footer-social li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
  }
}
