@media (max-width: 1600px) {
  /* .moving-slider-content h3 {
    font-size: 22px;
  } */

  /* .moving-slider-bg {
    max-width: 40px;
  } */
}

@media (max-width: 1500px) {
}

@media (max-width: 1440px) {
  .container-main {
    padding: 0 40px;
  }

  /* .home-banner-bg{
        height: 670px;
    } */
  /* .moving-slider-content h3 {
    font-size: 20px;
  } */

  /* .moving-slider .item {
    gap: 10px;
  } */
}

@media (max-width: 1350px) {
}

@media (max-width: 1280px) {
  .faqs-left,
  .faqs-right {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .home-banner-content h1 {
    font-size: 50px;
  }

  .aura-small-heading h4 {
    font-size: 18px;
    margin-bottom: 7px;
  }

  .aura-large-heading h1 {
    font-size: 30px;
  }

  /* .moving-slider-content h3 {
    font-size: 24px;
  } */

  .home-contact-us-content,
  .testimonials-content {
    padding-left: 50px;
  }

  .faqs-large-heading h1 {
    font-size: 54px;
    margin-top: 40px;
  }

  .faqs-small-heading h4 {
    font-size: 20px;
  }
  .blog-main-image img {
    height: 400px;
  }
}

@media (max-width: 1100px) {
  .home-banner-content h1 {
    font-size: 45px;
  }

  .home-about-us-left {
    height: 500px;
  }
  .breadcrumbs h1 {
    font-size: 45px;
  }
  .vision-mission-block-inner,
  .vision-mission-block{
    padding: 15px;
  }
}

@media (max-width: 1050px) {
  .header-links ul {
    gap: 20px;
  }

  /* .moving-slider-content h3 {
    font-size: 22px;
  } */

  .home-our-services-block {
    width: 50%;
  }

  .home-our-services-block-content p {
    min-height: unset;
  }

  .home-our-services-flex {
    margin-top: 35px;
  }

  .why-choose-us-content-block {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 25px;
  }

  .our-plans-block-inner img {
    height: 370px;
  }

  .our-plans-block:hover .our-plan-block-info ul {
    max-height: 320px;
  }

  .footer-block {
    width: 50%;
    padding: 20px 0px;
  }
  .footer-flex {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .main-header {
    display: none;
  }

  .top-bar-main {
    padding: 6px 20px;
  }

  .mob-header {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 27px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }

  .mob-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 12;
  }

  .mob-header .navbar {
    background-color: #fff;
    padding: 15px 0px;
  }

  .mob-header .navbar > .container-fluid {
    padding: 0px 20px;
  }

  .mob-header .navbar-brand img {
    max-width: 200px;
  }

  .mob-header .navbar-brand {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 12;
  }

  .mob-header .navbar-toggler {
    padding: 0;
    border: unset;
  }

  .mob-header .navbar-toggler-icon {
    background-image: url(../images/menu-icon.webp);
    background-repeat: no-repeat;
    width: 30px;
    height: 28px;
    position: relative;
    z-index: 12;
  }

  body.menu-open .mob-header .navbar-toggler-icon {
    background-image: url(../images/close-icon.webp);
    height: 30px;
    margin-right: 7px;
    position: relative;
    z-index: 12;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }

  .mob-header .navbar-collapse {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0px 20px;
    z-index: 10;
  }

  .mob-header .navbar-nav {
    padding-bottom: 600px;
    padding-top: 140px;
  }

  .mob-header .nav-link {
    font-size: 16px;
    display: block;
    font-weight: 600;
    color: #114981;
    text-transform: uppercase;
    padding: 10px 0px;
  }

  .mob-header .nav-link:hover {
    color: #c05c30;
  }

  .top-bar-right a {
    display: none;
  }

  .top-bar-left ul,
  .top-bar-right ul {
    gap: 10px;
    justify-content: space-between;
  }

  .top-bar-left {
    width: 100%;
  }

  .aura-large-heading h1 {
    font-size: 28px;
  }

  /* .moving-slider-content h3 {
    font-size: 24px;
  } */

  .home-why-choose-us-left,
  .home-why-choose-us-right {
    width: 100%;
  }

  .home-why-choose-us-left,
  .latest-technology-left {
    height: 400px;
  }

  .home-why-choose-us-right {
    padding-left: 0px;
    padding-top: 40px;
  }

  .our-plans-block {
    width: 50%;
  }

  .home-contact-us-flex-left,
  .testimonails-flex-left {
    height: 400px;
    width: 100%;
  }

  .home-contact-us-flex-right,
  .testimonails-flex-right {
    position: unset;
  }

  .home-contact-us-flex-right .container-main,
  .testimonails-flex-right .container-main {
    justify-content: unset;
  }

  .home-contact-us-content,
  .testimonials-content {
    width: 100%;
    padding: 40px 0;
    /* padding-left: 0px; */
  }

  .testimonails-flex-right {
    padding-left: 0px;
  }

  .faqs-large-heading h1 {
    font-size: 44px;
    margin-top: 30px;
  }
  .breadcrumbs-main {
    padding-top: 170px;
    padding-bottom: 70px;
  }
  .contact-us-page-left,
  .contact-us-page-right {
    width: 100%;
  }
  .contact-us-page-right {
    padding-left: 0px;
    padding-top: 40px;
  }
  .blog-detail-left,
  .blog-detail-right {
    width: 100%;
  }
  .latest-blog-left {
    width: 30%;
  }
  .latest-blog-right {
    width: 60%;
  }

  .blog-detail-right-heading h2 {
    font-size: 28px;
  }
  .latest-technology-flex{
    flex-wrap: wrap;
  }
  .latest-technology-left, .latest-technology-right {
    width: 100%;
}
.latest-technology-right{
  padding-right: 0px;
  padding-top: 40px;
}
}

@media (max-width: 850px) {
  .home-banner-content h1 {
    font-size: 45px;
    line-height: 52px;
  }

  .home-banner-content p {
    font-size: 20px;
    line-height: 26px;
  }

  .home-about-us-left,
  .home-about-us-right {
    width: 100%;
  }

  .home-about-us-right {
    padding-left: 0px;
    padding-top: 40px;
  }

  .home-about-us-left,
  .contact-us-page-left {
    height: 400px;
  }

  /* .home-our-services-block-bg {
    height: 20px;
  } */

  .home-our-services-block-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .home-our-services-block-content p {
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .faqs-left,
  .faqs-right {
    width: 100%;
  }

  .faqs-small-heading h4 {
    text-align: center;
    font-size: 18px;
  }

  .faqs-large-heading h1 {
    text-align: center;
    margin-top: 7px;
    font-size: 28px;
  }

  .faqs-right {
    padding-top: 40px;
  }
  .contact-details-block img {
    width: 40px;
    height: 40px;
  }
  .contact-details-block h3 {
    font-size: 24px;
  }
  .home-stats-block {
    padding: 7px;
  }
  .home-stats-block img {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    float: unset;
  }
  .stats-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .stats-info h4 {
    font-size: 30px;
    margin-left: -25px;
  }
  .stats-info h4,
  .stats-info p {
    text-align: center;
  }
  .home-stats-flex {
    margin: -7px;
  }
      .stats-info h4::before {
        font-size: 36px;
        line-height: 1;
    }
    .home-stats-block{
      display: unset;
    }
    .vision-mission-block{
      width: 50%;
    }
      
}

@media (max-width: 768px) {
  /* .moving-slider-content h3 {
    font-size: 24px;
  } */

  .home-our-services-block {
    width: 100%;
  }

  .home-our-services-flex {
    margin-top: 25px;
  }

  .our-plans-block {
    width: 100%;
  }

  .our-plan-block-info ul {
    max-width: unset;
  }
  .footer-block {
    width: 100%;
  }
  .footer-block p {
    max-width: 100%;
  }
  .footer-copyright {
    flex-flow: column;
  }
  .contact-details-block {
    width: 100%;
  }
  .existing-verticles-right-one,
  .existing-verticles-left-two{
    width: 60%;
  }
  .existing-verticles-left-one,
  .existing-verticles-right-two{
    width: 40%;
  }
  .existing-verticles-right-two,
  .existing-verticles-left-one{
    height: 230px;
  }.moving-slider-content h3 {
  font-size: 20px;
  }
}

@media (max-width: 600px) {
  .container-main {
    padding: 0 20px;
  }

  .home-about-us-main,
  .home-about-us-main,
  .home-our-services-main,
  .home-why-choose-us-main,
  .our-plans-main,
  .our-blog-main,
  .faqs-main,
  .contact-details-main,
  .contact-us-page-main,
  .latest-technology-main,
  .why-aur-faqs-main,
  .vision-mission-main,
  .existing-verticals-main {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-banner-content h1 {
    font-size: 35px;
    line-height: 42px;
  }

  .home-banner-content p {
    font-size: 16px;
    line-height: 22px;
  }

  .home-btn-flex {
    display: none;
  }

  .quote-btn a,
  .home-banner-content a,
  .submit-btn input {
    height: 50px;
    padding: 0 30px;
  }

  /* .home-banner-bg {
        height: 550px;
    } */
  .top-bar-left ul {
    flex-flow: column;
    gap: 7px;
  }

  .mob-header {
    margin-top: 48px;
  }

  .mob-header .navbar-brand img {
    max-width: 150px;
  }

  /* .moving-slider-bg{
        max-width: 30px;
    } */
  /* .moving-slider-content h3 {
    font-size: 27px;
  } */

  .why-choose-us-content-block {
    width: 100%;
  }

  .why-choose-us-content-block {
    padding-bottom: 15px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .why-choose-us-content-block h3 {
    font-size: 18px;
  }

  .why-choose-us-content-block p {
    font-size: 14px;
  }

  .home-why-choose-us-left,
  .home-about-us-left,
  .home-contact-us-flex-left,
  .testimonails-flex-left,
  .latest-technology-left {
    height: 250px;
  }
  .contact-us-page-left {
    height: 300px;
  }

  .form-field {
    width: 100%;
  }
  .footer-block {
    padding: 10px 0px;
  }
  .map-main,
  .map-main iframe {
    height: 330px;
  }
  .breadcrumbs-main {
    padding-top: 128px;
    padding-bottom: 60px;
  }
  .breadcrumbs {
    padding-left: 0px;
  }
  .breadcrumbs h1 {
        font-size: 35px;
    }
  .single-blogs .breadcrumbs h1 {
    font-size: 24px;
  }
  .blog-main-image img {
    height: 250px;
  }
  .blog-main-image {
    margin-bottom: 25px;
  }
  .blog-detail-right-heading h2 {
    font-size: 22px;
  }
      .home-stats-block {
        width: 100%;
    }
        .home-stats-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
        .stats-info {
        width: 100%;
    }
        .stats-info h4 {
        margin-left: -15px;
    }
    .faqs-right-accordion .accordion-button,
    .faqs-right-accordion .accordion-item:first-of-type .accordion-button{
      padding: 10px;
      font-size: 18px;
    }
    .accordion-button::after{
      width: 16px !important;
      height: 16px !important;
      background-size: unset !important;
    }
        .vision-mission-block {
        width: 100%;
    }
    .existing-verticles-flex-one{
      flex-wrap: wrap;
    }
        .existing-verticles-left-one, .existing-verticles-right-two,
        .existing-verticles-right-one, .existing-verticles-left-two {
        width: 100%;
    }
    .existing-verticles-right-one{
      padding-left: 0px;
      padding-top: 20px;
    }
    .existing-verticles-left-two{
      padding-right: 0px;
      padding-top: 20px;
    }
    .existing-verticles-flex-two{
      flex-flow: column-reverse;
    }
    .moving-slider-content h3 {
  font-size: 22px;
  }
}


@media (max-width: 450px) {
  .footer-copyright-text p,
  .footer-copy-right-links p {
    font-size: 14px;
  }
}
