/* Responsive Adjustments */
@media (min-width: 1500px) {
  .contact-section .container {
    max-width: 1400px !important;
  }
}

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

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

  .button1,
  .button2 {
    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: 1920px) {
  .container {
    max-width: 1600px !important;
  }
}

@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) {
  .footer-logo {
    max-width: 250px;
    margin: 0 auto;
  }

  .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: 60%;
    height: 75%;
    right: -6%;
  }

  .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: 1000px;
  }
  .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;
}
}

@media (max-width: 767px) {
	.single-service-slider-thumbs .slide-thumb img{
    height: 80px;
	}
  .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: 90%;
  }

  .about-images .secondary-image {
    width: 50%;
    height: 71%;
    right: 0;
  }

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

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

  .home-about-section {
    min-height: 1600px;
  }
  .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;
  }
}

@media (max-width: 480px) {
  .banner {
    height: 200px;
    margin-bottom: 130px;
  }

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

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

  .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: center;
  }

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

}

@media (max-width: 390px) {
 

}