@media(max-width:1399px) {}

@media(max-width:1199px) {

  .w-xl-70 {
    max-width: 70%;
  }

  .w-xl-100 {
    max-width: 100%;
  }

  .about .about-inner .col .card {
    margin: 20px 75px;
  }

  /* .testimonial .testimonial-items .carousel-item{
      height: 280px;
    } */
}

@media(max-width:991px) {

  .w-md-70 {
    width: 70%;
  }

  .w-md-100 {
    max-width: 100%;
  }

  .about {
    padding: 50px 0 70px;
  }

  .about .about-title {
    padding-bottom: 50px;
  }

  .about .about-inner .col .card {
    margin: 0;
  }

  .about .about-inner .col {
    margin-top: 10px;
  }
}

@media(max-width:767px) {
  /* .testimonial .testimonial-items .carousel-item{
      height: 330px;
    } */


  .about {
    padding: 0 0 50px;
  }

  .banner .carousel-inner .carousel-item .carousel-caption {
    bottom: 4.25rem;
  }

  .carousel-indicators {
    bottom: 40px;
  }

  .about .about-title {
    padding-bottom: 35px;
  }

  .our-team {
    padding: 50px 0;
  }

  .about .about-inner .col .card {
    margin: 20px 75px;
  }

  .about .about-inner .col .card:hover .card-border {
    width: 310px;
    height: 340px;
  }
}

@media(max-width:575px) {

  .my-btn {
    height: var(--btn-height-2);
    width: var(--btn-width-2);

  }

  .my-btn::before {
    height: calc(var(--btn-height-2) - var(--border-thickness) * 2);
    width: calc(var(--btn-width-2) - var(--border-thickness) * 2);
  }

  .banner .carousel-inner .carousel-item .carousel-caption {
    bottom: 8.5rem;
  }

  .carousel-indicators {
    bottom: 80px;
  }

  .about .about-title {
    padding-bottom: 25px;
  }

  .about .about-inner .col .card .card-img {
    padding: 20px;
  }

  .about .about-inner .col .card {
    margin: 20px 40px;
    padding: 15px 50px;
  }

  .service .service-title h2 {
    line-height: 33px;
  }

  .our-team .our-team-title h3 {
    line-height: 1.2;
  }

  .testimonial .testimonial-title h3 {
    line-height: 1.2;
  }

  footer .footer-title .logo {
    text-align: center;
  }

  .my-btn {
    font-size: 13px;
  }

  .modal {
    scale: 0.7;
  }
}