@media only screen and (min-width: 1920px) {


}

@media (max-width: 1399.98px) {

}

@media only screen and (min-width: 1600px) and (max-width: 1900px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
}

@media (max-width: 1199.98px) {
  .display-3 {
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 60px;
  }
  
  .secH {
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 40px;
  }
  
  .therdH {
    font-size: 34px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 20px;
  }

  
.maps iframe {
  aspect-ratio: 3/4;
}
  
}

@media (max-width: 991.98px) {
  .display-3 {
    color: var(--primary-color);
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 60px;
  }
  
  .secH {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 40px;
  }
  
  .therdH {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 20px;
  }
  
  .fourthH {
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 30px;
  }

.navbar-nav {
  gap: 4px;
}

.tagLineIndus{
  flex-grow: 1;
  text-align: center;
}
.miniHeader .container>.row{
  justify-content: center;
}

.IndustryLeadingDivisions .container>.row,.ourValues .container>.row{
row-gap: 30px;
}

.IcoImg {
  width: 26%;
  max-width: 120px;
}

.navbar-nav .nav-link.active:before{
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.dropdown-menu[data-bs-popper] {
  width: auto;
}
.dropdown-menu {
  border: none;
}
}



@media (max-width: 767.98px) {
  .display-3 {
    color: var(--primary-color);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 60px;
  }
  
  .secH {
    font-size: 34px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 40px;
  }
  
  .therdH {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 20px;
  }
  
  .fourthH {
    font-size: 20px;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 30px;
  }

  .serviceSection .container>.row{
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .footer.defaultPadding{
    padding: 34px 0;
  }
  .footer .secH{
    text-align: center;
    margin-bottom: 24px;
  }
  .footer .container>.row{
    justify-content: center;
    row-gap: 40px;
  }
  
  .footer .social-icons{
  justify-content: center;
  }
  .footerLinkWrap {
   justify-content: center;
}

  .footer-brand{
    display: table !important;
    margin: auto;
  }
  .footer {
    text-align:center;
  }
  .footer .locationLink{
    max-width: 200px;
  }

  
  .commonAccordion .accordion-button{
    font-size: 16px;
  }

  .legacySection .container>.row{
    row-gap: 24px;
  }

  .maps iframe{
    margin-top: 30px;
     }

   .FormSection  .col-md-8{
    margin-top: 0;
   }

   .FormSection .btnCommon {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
   }
   .API_TAble {
    font-size: 14px;
   }
}



@media (max-width: 575.98px) {


  .footer ul {
    width: 284px;
    max-width: 284px;
  }
  .footerLinkWrap {
    gap: 0px;
}
  .testimonialCard {
    padding: 15px;
}
  .authorCard .AvatarInfo .fourthH{
    font-size: 14px;
  }
  .Testimonial .owl-nav{
    display: none;
  }
  .authorCard .AvatarInfo {
    width: calc(100% - 100px);
}

  .authorWraper .fa-quote-right{
    font-size: 40px;
  }

  .maps iframe{
    aspect-ratio: unset;
    min-height: 500px;
    }
    
    .navbar-brand{
      margin-left: 40px;
    }

}

