@media (max-width: 1400px) {
  .appoinment-form {
    height: 500px;
  }
}

@media (min-width: 993px) {

  /* navbar */
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    width: 150px;
    /* height: 90px; */
    margin: 10px 0;
  }
  /* navbar */
  .dropdown-menu {
    border: none;
  }

  /* home banner */
  .home-banner .content h1 {
    font-size: 50px;
    margin-bottom: 2rem;
  }

  .home-banner img:first-child {
    object-fit: cover;
    position: static;
  }

  .home-banner {
    height: auto;
    /* height: 52vh; */
  }

  .service-card {
    text-align: center;
  }

  .service-card a {
    margin: 0 auto;
  }

  .content {
    text-align: center;
  }

  .appoinment-banner,
  .contact-banner,
  .gallery-banner,
  .testimonial-banner,
  .service-banner,
  .about-banner {
    /* height: 35vh; */
    /* padding-bottom: 95px; */
    height: 17vh;
  }

  .simple-process-box:before {
    background: none;
  }

  .size_normal {
    font-size: 30px;
  }

  .testimonial-swiper {
    transform: translateX(0);
  }

  .testi-card {
    flex-direction: column;
  }

  .testi-card .testi-card-box {
    width: 100%;
  }

  .content-aboutuski .border-end {
    border-right: none !important;
    text-align: center;
  }

  .about-image img {
    height: auto;
    /* margin-bottom: 30px; */
  }

  .content-aboutuski img {
    width: 150px;
  }

  .banner .banner-content div {
    margin-left: -80px;
  }

  .service-page-img {
    height: auto;
  }

  .contact-contactmap .contact-details .phone-icon i {
    border: none;
  }

  .phone-icon a {
    align-items: flex-start;
  }

  .appoinment-form {
    height: 700px;
  }

  .index-form {
    height: 720px;
  }

  .contact-form,
  .service-form {
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .tc-features-st7 {
    overflow: hidden;
  }

  .tc-features-st7 .feature-card {
    margin-bottom: 80px;
  }

  .tc-features-st7 .feature-card.one-shap {
    left: 0;
  }

  .tc-features-st7 .feature-card.one-shap .shap1 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .tc-testimonials-st7 .testi-card .main-txt {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .home-banner {
    height: auto;
  }

  .size_normal {
    font-size: 25px;
  }
}


@media (min-width: 430px) and (max-width: 932px) {
  .subheading-font {
    font-size: 30px;
  }
}