@media (max-width: 1199px) {
    .footer-newsletter {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .footer-layout5 .footer-newsletter .newsletter-title {
        margin-top: -0.3em
    }
    
    .newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: contents;
    width: 100%;
    max-width: 100%;
    gap: 15px;
}
}

@media (max-width: 575px) {
    
    .section-footer-text {
        text-align: left;
    }
    
    /*about us*/

 .about-feature-wrap {
     grid-template-columns: auto !important;
     padding-bottom: 0px;
 }     
    
    .about-us .section-title {
        margin-top: 20px;
    }
    
    
    
    
    
    .features-section {
        padding: 50px 0;
    }
    
    .features-section .features-thumb {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.features-section .features-wrap .features-content-wrap {
    padding-left: 0px !important;
}

.features-section .features-wrap .features-content-wrap .features-content ul .features-item {
    width: 100%;
}
    
    /*counter*/

.counter-section {
    position: absolute;
    top: 75%;
    left: 50%;                 
    transform: translateX(-50%);
}

.clients_logo {
        margin-top: 135% !important;
        position: relative !important;
        padding-bottom: 0 !important;
    }

    .section-footer-text p {
        text-align: center;
    }

    .section-title h2 {
        font-size: 30px !important;
    }

.contact-form {
    padding-top: 0% !important;
}

.our-services {
    padding: 0px 0 !important;
}

section {
    padding: 25px 0;
}

.counter-section .features-item {
    margin-bottom: 20px;
}

    /*text banner*/
    
    .text-banner {
        position: relative;
        margin-top: 110%;
    }
    
    .box-text-banner {
        padding: 50px 20px;
    }
    
    .box-text-banner .text-right {
        text-align: left;
        margin-top: 20px;
    }
    
    
    /*logo slider*/
    
    .slick-slider{
        padding-bottom: 0px !important;
    }

/*footer area*/


.footer-links h2 {
    margin-top: -15%;
}
    
    .newsletter-form .form-control {
        min-width:100%;
        padding-right: 0px !important;
    }
    
    .footer-newsletter .newsletter-form i{
        position: relative;
        display: none;
    }
    
    
    
    .newsletter-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: contents;
    width: 100%;
    max-width: 100%;
    gap: 15px;
     position: relative;
}

  .newsletter-form .th-btn {
        max-width:100%;
        padding: 16px 20px;
        position: relative;
        margin-top: 10px;
        display: block;
        width: 100%
    }
    
    .footer-wrapper .newsletter-form {
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    
      .footer-layout5 .footer-newsletter .newsletter-form .form-control {
        min-width:100%
    }
    
     .footer-newsletter .newsletter-form .th-btn {
        max-width:100%;
        padding: 16px 20px;
        position: relative;
        margin-top: 10px;
        display: block;
        width: 100%
    }
    
    
    
}

