/* Extra large devices (1200px and down) */

@media screen and (max-width: 1200px) {}


/* Large devices (992px and down) */

@media screen and (max-width: 992px) {
    .pm-service img {
        max-width: 80px;
        margin-bottom: 14px;
    }
}


/* Medium devices (768px and down) */

@media screen and (max-width: 768px) {
    .hero-wrap .slider-text h1 {
        font-size: 28px;
    }

    .hero-wrap,
    .hero-wrap .slider-text {
        height: 550px;
    }

    .heading-section h2,
    .ftco-appointment .half h2 {
        font-size: 22px;
    }

    h4 {
        font-size: 16px !important;
    }

    .tabulation .nav-pills .nav-item .nav-link {
        font-size: 16px !important;
        padding: 15px 10px !important;
    }

    .tabulation .tab-content h3 a {
        font-size: 22px;
        line-height: 25px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5 {
        line-height: 1.15;
    }

    .popup-container,
    .contact-container {
        overflow-y: scroll;
    }

    .popup-box,
    .contact-box {
        position: relative;
        top: 50px;
        margin: 10px;
    }

    #contact-page .contact-box {
        position: relative;
        top: 0px;
        margin: 0px;
        margin-top: 50px;
    }

    #review img {
        margin-top: 20px;
    }

    .carousel-prohibited::before,
    .carousel-prohibited::after {
        width: 60px;
        height: 100%;
    }

    /* .testimony-wrap{
      flex-direction: column;
      gap: 20px;
    } */
    /* .testimony-wrap .text{
      width: 100% ;
    } */
    .faq-l {
        font-size: 16px;
        line-height: 1.3;
    }

    .our-team img {
        width: 100%;
    }

    .tab-content-container .testimony-wrap {
        padding: 0;
        padding-top: 60px;
        display: block !important;
    }

    .testimony-wrap {
        padding: 0;
        padding-top: 10px;
    }

    .testimony-wrap .text {
        width: 100%;
        position: relative;
    }


}


/* Small devices (576px and down) */

@media screen and (max-width: 576px) {
    
    @keyframes moveUpDown1 {
        0% {
            transform: translateX(20px);
        }
        100% {
          transform: translateX(-900px);
        }
    }
    @keyframes moveUpDown2 {
        0% {
            transform: translateX(-900px);
        }
        100% {
          transform: translateX(20px);
        }
    }

    .trusted-container {
        flex-direction: column;
        gap: 30px;
        padding-bottom: 30px;
    }

   
    .trusted-logo {
        width: 100%;
        flex-direction: row;
        gap: 20px;
    }
    #trusted-logo-1 {
        animation: moveUpDown1 10s linear infinite alternate;
      }
      #trusted-logo-2 {
        animation: moveUpDown2 10s linear infinite alternate;
      }
    
    .logo-box img {
        width: 100%;
        min-width: 100px;
        max-width: 100px;
      }
      .ecom-trusted  .container{
        padding: 0;
        text-align: center;
      }
      .ecom-trusted  .container h2{
        padding: 0 20px;
      }

    .commitment-box {
        margin-top: 20px;
    }

    .pm-service {
        padding: 14px 8px;
        text-align: center !important;
    }

    .pm-service img {
        margin-bottom: 10px;
    }

    .ftco-counter .text .number {
        line-height: 1;
        font-weight: 700;
        font-size: 28px;
        margin-bottom: 8px;
    }

    .ftco-counter .text span {
        font-size: 16px;
    }
}