/* responsive ******************************************************************************/
@media (max-width: 1599px) {
}

/* responsive ******************************************************************************/
@media (max-width: 1499px) {
}

/* responsive ******************************************************************************/
@media (max-width: 1399px) {
  .where-box .box .text-box h5 {
    font-size: 14px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 1299px) {
  .section-heading h3 {
    font-size: 32px;
  }

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

  .specification-box .row .box .text-box h5 {
    font-size: 24px;
  }

  .specification-box .row .box .text-box h4 {
    font-size: 16px;
  }

  .specification-box .row .box .text-box h6 {
    font-size: 14px;
  }

  .uses .uses-box .left-part .text-box h3,
  .uses .uses-box .right-part .text-box h3 {
    font-size: 24px;
  }

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

  .faq-section .faq .faq-item h5 {
    font-size: 20px;
  }

  .faq-section .faq .faq-item p {
    font-size: 16px;
    margin-top: 15px;
  }

  .footer .enquire-box a {
    font-size: 50px;
  }

  section {
    padding: 60px 0;
  }

  .specification-box .row.row-1 .box {
    width: calc(33.33% - 30px);
  }

  .specification-box .row.row-2 .box {
    width: calc(25% - 24px);
  }

  .uses .uses-box .left-part .text-box h3,
  .uses .uses-box .right-part .text-box h3 {
    font-size: 16px;
  }

  .contact .contact-box {
    flex-direction: column;
  }

  .contact .contact-box .left-part {
    width: 100%;
    text-align: center;
  }

  .contact .section-heading p {
    width: 100%;
  }

  .contact .contact-box .right-part {
    width: 90%;
    margin-top: 30px;
  }

  .footer .enquire-box a {
    font-size: 42px;
  }

  .footer .right-part ul li p span {
    font-size: 16px;
  }

  .banner .banner-box .section-heading h1 {
    font-size: 92px;
  }

  .banner .text-box h2 {
    font-size: 68px;
  }

  .banner .banner-box {
    gap: 80px;
  }

  .banner .text-box,
  .banner .form-wrap {
    width: calc(50% - 40px);
  }
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {
}

/* responsive ******************************************************************************/
@media (max-width: 1080px) {
}

/* responsive ******************************************************************************/
@media (max-width: 991px) {
  .banner .text-box h2 {
    font-size: 48px;
  }

  .banner .text-box h3 {
    font-size: 18px;
  }

  .banner .banner-box {
    gap: 20px;
    flex-direction: column;
  }

  .banner .text-box,
  .banner .form-wrap {
    width: 80%;
    text-align: center;
  }

  .get .get-box {
    flex-wrap: wrap;
  }

  .get .get-box .box {
    width: calc(50% - 10px);
  }

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

  .section-heading h3 {
    font-size: 28px;
  }

  section {
    padding: 40px 0;
  }

  .banner .banner-box .section-heading h1 {
    font-size: 72px;
  }

  .where .where-box .box {
    width: 50%;
    height: 350px;
  }

  .where-box .box .text-box h3 {
    font-size: 24px;
  }

  .where-box .box .text-box h5 {
    font-size: 14px;
  }

  .drone .drone-box {
    gap: 80px;
    row-gap: 20px;
    flex-wrap: wrap;
  }

  .drone .drone-box .box {
    width: calc(33.33% - 80px);
  }
}

/* responsive ******************************************************************************/
@media (max-width: 767px) {
  .drone .drone-box {
    margin-top: 30px;
    gap: 20px;
  }

  .drone .drone-box .box {
    width: calc(50% - 10px);
  }

  .where .where-box {
    margin-top: 30px;
  }

  .banner .text-box,
  .banner .form-wrap {
    width: 95%;
  }

  .banner .banner-box .section-heading h1 {
    font-size: 52px;
  }

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

  .footer .footer-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer {
    padding-top: 40px;
  }

  .footer .footer-top::after {
    display: none;
  }

  .footer .footer-top .left-part,
  .footer .footer-top .right-part {
    width: 100%;
  }

  .footer .footer-top .left-part img {
    max-width: 220px;
    margin: 0 auto;
  }

  .footer .enquire-box a {
    font-size: 30px;
  }

  .footer .footer-bottom {
    margin-top: 40px;
  }

  .header .header-box .image-box {
    max-width: 160px;
  }

  .default-btn {
    font-size: 18px;
  }

  .section-heading h3 {
    font-size: 22px;
  }

  .get .get-box .box .text-box h3 {
    font-size: 20px;
  }

  .get .get-box .box .text-box h5 {
    font-size: 16px;
  }

  .banner {
    padding-top: 150px;
  }

  .banner .form-box form input,
  .banner .form-box form textarea {
    padding: 15px;
  }

  .banner .form-group button {
    font-size: 20px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 575px) {
  /* .drone .drone-box .box {
        width: 100%;
    } */

  .get .get-box .box {
    width: 100%;
  }

  .where .where-box .box {
    width: 100%;
    height: 300px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 479px) {
}

/* responsive ******************************************************************************/
@media (max-width: 375px) {
}
