/* Responsive Adjustments */
@media (min-width: 1400px) {
  .background-big-text {
    padding-left: 200px;
  }
}

@media (max-width: 1650px) {
  .chakra-icon {
    height: 150px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .banner-content {
    padding: 0 2rem !important;
  }
}


@media (max-width: 1400px) {
  .phone_number {
    font-size: 19px;
  }

  .button1,
  .button2 {
    min-width: 167px;
    min-height: 50px;
    font-size: 16px;
  }

  .nav a {
    font-size: 15px;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .phone_number {
    font-size: 15px;
  }

  .button1,
  .button2 {
    font-size: 14px;
  }

  .nav a {
    font-size: 13px;
  }
}


@media (min-width: 992px) {
  .px-lg-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
}

@media (min-width: 992px) and (max-width: 1120px) {}

@media (min-width: 768px) and (max-width: 991.98px) {
  .steps-img {
    width: 60%;
  }

  .hero-banner {
    position: relative;
    min-height: 700px;
  }

  .banner-bg {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .banner-overlay {
    background: linear-gradient(to right, #eff4f5 20%, rgba(239, 244, 245, 0.2) 100%);
    z-index: 2;
  }

  .banner-person {
    position: absolute;
    right: -25%;
    bottom: 0;
    width: auto;
    max-width: 85%;
  }

  .banner-person img {
    width: auto;
    max-width: 60%;
    height: auto;
    display: block;
  }

  .banner-slide {
    aspect-ratio: 4/3;
    height: auto;
  }

  .home-banner-slider .slick-prev {
    left: 5px;
  }

  .home-banner-slider .slick-next {
    right: 5px;
  }

  .home-banner-slider .custom-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }


  .footer-logo {
    max-width: 200px;
  }

  .banner {
    width: 100%;
    height: 420px;
    margin-bottom: 100px;
  }

  .banner-text .small-text {
    padding-left: 0;
  }

  .banner-text .big-text {
    padding-left: 16px;
  }

  .about-images .main-image {
    width: 80%;
  }

  .about-images .secondary-image {
    width: 90%;
    height: auto;
    left: -4%;
    bottom: -34%;
  }

  .newsletter-input-wrapper {
    width: 100%;
  }

  .breadcrumbs-image-overlay {
    background: linear-gradient(to right, #f1e4d7 20%, rgba(241, 228, 215, 0) 70%);
  }

  .certifications-columns {
    width: 90%;
  }

  .certifications-section {
    background-size: cover !important;
  }

  .home-about-section {
    min-height: 750px;
  }

  .heading {
    font-size: 45px !important;
  }

  .map-wrapper iframe {
    width: 100%;
  }

  .page-id-13 .breadcrumbs-image-overlay {
    background: linear-gradient(to right, #f1e4d7 18%, rgba(241, 228, 215, 0) 70%) !important;
  }

  .about-top-section .about-details p {
    max-width: 90%;
  }

  .para,
  .para p {
    max-width: 100%;
  }

  .logos {
    max-width: 90%;
  }

  .certificate-section .prev,
  .audit-section .prev {
    left: 10px;
  }

  .certificate-section .next,
  .audit-section .next {
    right: 10px;
  }

  .portfolio_subheading p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
	
  .steps-img {
    width: 50%;
  }

  .hero-banner {
    position: relative;
    aspect-ratio: auto;
    min-height: 450px;
  }

  .banner-bg {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .banner-overlay {
    background: linear-gradient(to right, #eff4f5 20%, rgba(239, 244, 245, 0.2) 100%);
    z-index: 2;
  }

  .portfolio-section {
    padding: 50px 0 !important;
  }

  .portfolio_subheading p {
    max-width: 100%;
  }

  .logos {
    aspect-ratio: 1/1;
    width: 250px;
  }

  .prev {
    left: 10px;
  }

  .next {
    right: 10px;
  }

  .certificate-section .prev {
    left: -15px;
  }

  .certificate-section .next,
  .audit-section .next {
    right: -15px;
  }

  .audit-section .prev {
    left: 0px;
  }

  .audit-section .next {
    right: 0px;
  }

  .para,
  .para p {
    max-width: 100%;
  }

  .banner-slide {
    height: auto !important;
    aspect-ratio: 4/5;
  }

  .home-banner-slider .custom-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .home-banner-slider .slick-prev {
    left: 5px;
  }

  .home-banner-slider .slick-next {
    right: 5px;
  }

  .banner-content {
    z-index: 3;
    position: relative;
  }

  .banner-person img {
    max-width: 90%;
  }

  .banner-person {
    position: absolute;
    right: -25%;
    z-index: -1;
  }

  .banner-slide .overlay {
    background: rgba(255, 255, 255, 0.322);
    z-index: 0;
  }


  .footer-logo {
    max-width: 220px;
    margin: 0 auto;
  }

  .banner {
    width: 100%;
    height: 300px;
    margin-bottom: 130px;
  }

  .banner-text .small-text {
    font-size: 30px;
    padding-left: 0;
  }

  .banner-text .big-text {
    padding-left: 16px;
  }

  .button2 {
    min-width: 100px;
    min-height: 30px;
  }

  .background-big-text {
    padding: 40px 0 0 0px;
  }

  .about-images .main-image {
    width: 80%;
  }

  .about-images .secondary-image {
    width: 80%;
    height: auto;
    left: 0;
    bottom: -25%;
  }

  .newsletter-input-wrapper {
    width: 100%;
  }

  .newsletter-input-wrapper input {
    height: 55px;
  }

  .home-about-section {
    min-height: 1300px;
  }

  .breadcrumbs-image {
    min-height: 300px;
  }

  .breadcrumbs-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/5;
    border-radius: 30px;
    object-fit: cover;
    object-position: left;
  }

  .breadcrumbs-image-overlay {
    background: linear-gradient(to right, #f1e4d7 20%, rgba(241, 228, 215, 0) 70%);
  }

  .certifications-section {
    background-size: cover !important;
    padding: 40px 0;
  }

  .certifications-columns {
    flex-direction: column;
    width: 90%;
  }

  .cert-column {
    flex: 100%;
    max-width: 100%;
  }

  .tesimonials-section {
    padding: 50px 20px;
  }

  .map-wrapper iframe {
    width: 100% !important;
    height: 350px !important;
  }

  .team-section {
    background-size: cover;
    background-position: center;
    height: 300px;
  }

  .team-section .overlay {
    background: linear-gradient(to left, #c92728 0%, #c9272870 100%);
  }

  .about-top-section .about-details p {
    max-width: 100%;
  }
}

@media (max-width: 480px) {

  .button1,
  .button2 {
    min-width: 115px;
    min-height: 35px;
  }

  .banner {
    height: 200px;
    margin-bottom: 130px;
  }

  .custom_breadcrumbs {
    height: 100px;
    margin-bottom: 275px;
  }

  .home-about-section {
    min-height: 1050px;
  }

  .newsletter-input-wrapper input {
    height: 48px;
  }

  .custom_hr {
    margin: 40px auto 0px;
  }

  .breadcrumbs-image {
    min-height: 233px;
  }

  .breadcrumbs-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/5;
    border-radius: 30px;
    object-fit: cover;
    object-position: left;
  }

  .breadcrumbs-image-overlay {
    background: linear-gradient(to right, #f1e4d7 20%, rgba(241, 228, 215, 0) 70%);
  }

}

@media (max-width: 390px) {
  .banner {
    margin-bottom: 80px;
  }


}


@media (min-width: 768px) and (max-width:992px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 900px !important;
  }

  .team-section {
    background-size: cover;
    background-position: center;
    height: 280px;
  }

  .team-section .overlay {
    background: linear-gradient(to left, #c92728 0%, #c9272870 100%);
  }
}