@media (min-width: 0) and (max-width: 575.98px) {
  .navbar-brand img{
    width: 150px;
  }
    .footer-logo img{
        width:230px;
    }
  .site-menu-toggler {
    font-size: 20px;
  }

  .site-header .btn {
    font-size: 12px;
    padding: 10px;
  }
}

@media (min-width: 576px) {
  .block {
    padding: 60px 0;
  }
  .page-banner {
    padding: 100px 0;
  }
  .header-top {
    font-size: 16px;
  }
  .intro-section-grid-wrap {
    grid-template-areas:
      "grid-1 grid-3"
      "grid-2 grid-3";
    gap: 25px;
  }

  .step-box {
    gap: 20px;
    padding: 25px 15px;
  }

  .step-box .num {
    width: 50px;
    height: 50px;
    line-height: 55px;
    font-size: 24px;
  }
  /*.step-box h4 {*/
  /*  font-size: 24px;*/
  /*}*/
  .counter-item h4 {
    font-size: 80px;
  }
	
	.counter-item span{
		font-size:75px;
	}

  .counter-item p {
    font-size: 16px;
  }

  .service-slider-card .service-slider-card-body {
    padding: 30px 40px;
  }

/*   .ofc-wrap {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
  } */

/*   .ofc-wrap figure img {
    width: 100%;
    margin-bottom: 0;
  } */

  .ofc-wrap h3 {
    font-size: 18px;
  }

  .cta-section h2 {
    font-size: 40px;
  }
  .testimonials-card {
    padding: 40px 50px;
  }

  .quote-icon {
    width: unset;
  }

  .testimonials-slider {
    padding-bottom: 60px;
  }

  .testimonials-card:before {
    bottom: -40px;
    left: 70px;
    border-width: 40px 100px 0 0;
  }

  .client-area {
    margin: 25px 0 0 150px;
  }

  .client-img {
    width: 80px;
    height: 80px;
    padding: 5px;
  }

  .gallery-grid-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
      "item-1 item-2 item-3"
      "item-1 item-2 item-4"
      "item-5 item-2 item-4";
    gap: 15px;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .referral-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap {
    padding: 40px;
  }
}

@media (min-width: 768px) {
	.modal .btn-close {
  right: 0;
  top: 0;
	}
	
	.hero-slider-item {
	  min-height: 600px;
  /*height: calc(100vh - 160px);*/
  max-height: 600px;
		padding:0;
	}
	
	.hero-slider .swiper-pagination {
  bottom: 50px;
}
	.map-section .nav-pills .nav-link{
	font-size:18px;
		min-width:150px;}
	
/* 	.location-section .nav-pills .nav-link{
		min-width:200px;
	} */
  .call-act a {
    font-size: 20px;
  }
  .newsletter-img {
    position: absolute;
    bottom: 0;
  }
/*  .newsletter-section figure img{*/
/*        position: absolute;*/
/*    bottom: 0;*/
/*    height: 400px;*/
/*    object-fit: cover;*/
/*}*/
  .referral-form-wrap {
    padding: 60px;
  }
  .contact-form-wrap {
    padding: 50px;
  }
  .contact-form-wrap h4 {
    font-size: 34px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .newsletter-img {
    max-width: 250px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 70px;
  }

  h3,
	.section-head h1{
    font-size: 52px;
  }

  h4 {
    font-size: 28px;
  }
  .block {
    padding: 100px 0;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .slicknav_menu {
    display: none;
  }

  .menu-item-has-children:after {
    font-size: 12px;
    top: 4px;
    right: -15px;
    color: var(--dark-color);
  }

/*   .ofc-wrap h3 {
    font-size: 40px;
  } */

  .cta-section h2 {
    font-size: 52px;
  }
  .wpcf7-checkbox .wpcf7-list-item {
    display: inline-block;
    margin-left: 10px;
  }

  .wpcf7-checkbox .wpcf7-list-item.first {
    margin-left: 0;
  }
  .blog-card-body h4 {
    font-size: 24px;
  }

  .service-slider-card .service-slider-card-body h4 {
    font-size: 26px;
  }
  
  .hero-title {
  font-size: 42px;
  }
}

@media (min-width: 1200px) {
	
	#primary-menu{
		gap:50px
	}
	
	.menu-item-has-children:after {
        font-size: 10px;
        top: 5px;
        right: -18px;
        color: var(--dark-color);
    }
	
  .page-banner {
    padding: 150px 0;
  }
  .service-slider-card .service-slider-card-body {
    padding: 50px 80px;
  }

  .newsletter-rtl {
    display: flex;
    align-items: center;
    padding: 60px 0;
	  gap: 30px;
  }
  .blog-card-body h4 {
    font-size: 30px;
  }

  .service-slider-card .service-slider-card-body h4 {
    font-size: 32px;
  }
}
