@media (min-width: 767.98px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .elementor-row {
    display: flex;
    justify-content: space-between;
  }

  .elementor-column {
    flex: 0 0 48%;
    max-width: 48%;
  }

  .navbar-nav li > a:hover::after {
    width: 100% !important;
  }
  .nav-pills .nav-link {
    background: 0 0;
    border: 1px solid;
    border-radius: 0.25rem;
  }
  .service-card {
    height: 320px; /* md screens */
  }
}
@media (max-width: 1399.98px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 576px) {
  .txt-size {
    font-size: 1.8rem;
  }
  .carousel-caption {
    bottom: 10%;
  }
}

@media (min-width: 576px) {
  .service-card {
    height: 280px; /* sm screens */
  }
}
@media (min-width: 992px) {
  .service-card {
    height: 340px; /* lg screens */
  }
}

@media (max-width: 991.98px) {
  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }
  .section-title {
    font-size: 2rem;
  }

  .testimonial-section {
    padding: 60px 0;
  }
  .form-container {
    margin-bottom: 40px;
  }

  
}

@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
  }
  .video-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 1.8rem;
  }

  .testimonial-card {
    margin: 0 10px;
    padding: 25px;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .section-header {
    margin-bottom: 30px;
  }
  .section-header h1 {
    font-size: 2rem;
  }

  .testimonial-card {
    padding: 20px;
  }

  .testimonial-text {
    font-size: 1rem;
  }

  .custom-slider .slick-center .testimonial-card {
    transform: scale(1);
  }

  .contact-section {
    padding: 60px 0;
  }

  .section-header h2 {
    font-size: 2rem;
  }

  .section-header p {
    font-size: 1rem;
  }

  .form-header,
  .info-header {
    padding: 25px;
  }

  .contact-form,
  .contact-methods {
    padding: 25px;
  }
  .service-title {
    font-size: 1.3rem;
  }
  .service-content {
    padding: 15px;
  }
  .section-padding {
    padding: 50px 0;
  }
}

@media (max-width: 576px) {
    
.fix-iconsx{
    display: none;
}    
a.float {
    width: 40px;
    height: 40px;
    bottom: 19px;
    right: 20px;
    font-size: 20px;
}
a.float1 {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 19px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
  .sscon-py {
    padding-top: 40px !important;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .testimonial-section {
    padding: 50px 0;
  }

  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }
  .section-header h1 {
    font-size: 1.7rem;
  }

  .slick-dots {
    bottom: -30px;
  }
  .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }

  .contact-details h5 {
    font-size: 1.1rem;
  }

  .contact-details p {
    font-size: 0.95rem;
  }
}
