@media (max-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1300px;
  }
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
  section {
    padding: 1.6em 0;
  }
  section .section-title h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
  .accordion {
    padding: 1.5rem 0.5rem;
  }
  .accordion .accordion-item .accordion-button {
    font-size: 1.2rem;
  }
  .accordion .accordion-item .accordion-body a {
    font-size: 1.2rem;
  }
  .header-cta span {
    display: none;
  }
  .header-cta i {
    font-size: 1.8rem;
  }
  .header-cta .call-btn {
    padding: 0.3rem 2rem;
  }
  .small-width {
    max-width: 100%;
  }
  section.special-page-section {
    padding: 7rem 0 0;
  }
  section.special-page-section .special-page-title-bar {
    display: flex;
    flex-direction: column;
    padding: 0.3em 1em;
  }
  section.special-page-section .special-page-title-bar .special-page-header-content .call-icon {
    max-width: 25rem;
  }
  .about-content .about-contact p {
    text-align: center;
    font-size: 1.4rem;
  }
  .about-content .about-contact h4 a {
    font-size: 1.8rem;
  }
  .about-content .about-contact h4 a svg {
    width: 30px;
  }
  section.banner-image .bg2 {
    padding: 1.5rem 1rem;
  }
  section.banner-image .bg3 {
    padding: 1.5rem 1rem;
  }
  section.banner-image .bg4 {
    padding: 1.5rem 1rem;
  }
  .contact-upper {
    text-align: center;
  }
  .contact-upper h2 {
    font-size: 1.4rem !important;
  }
  section.video-sec .video-container {
    height: 320px;
  }
  section.faq-sec {
    background: #e5f9ff;
  }
  .accordion .accordion-item {
    margin: 0.5rem 0;
    border-radius: 0.8rem;
    border: none;
  }
  .accordion .accordion-item .accordion-header {
    border-radius: 0.8rem;
  }
  .font-small {
    font-size: 0.9rem;
  }
  .safe_mtp_img {
    flex-wrap: wrap;
    gap: 1.3rem;
  }
  .main-cta h3 {
    font-size: 1.6rem;
  }
  .main-cta .connect-us {
    flex-direction: column;
  }
  .hero-scroll {
    display: none;
  }
  .whatsapp-btn {
    padding: 0.5rem 1.8rem;
  }
  .only-mobile {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2rem;
    color: #ef7b14;
  }
}
@media (max-width: 768px) {
  section.special-page-section .special-page-title-bar .special-page-header-content {
    display: flex;
    height: 100%;
    flex-direction: column;
  }
  section.special-page-section .special-page-title-bar .special-page-header-content h1 {
    color: #2582a1;
    font-size: 1.4rem;
    margin-bottom: 1.3rem;
  }
  section.special-page-section .special-page-title-bar .special-page-header-content ul li {
    font-size: 1.1rem;
  }
  section.special-page-section .special-page-title-bar .special-page-header-content h3 {
    font-size: 1.2rem;
    text-align: center;
  }
}
.safe_mtp_img {
  flex-wrap: wrap;
  gap: 1.2rem;
}

section.about-sec {
  margin: 2rem 0;
}

section.banner-image h2 {
  font-size: 1.4rem;
  font-weight: 600;
}/*# sourceMappingURL=responsive.css.map */