@media(max-width:1440px) {

    .hero-1 .hero-content h1 {
        font-size: 70px;
    }

    .gallery .image-connect .image {
        height: 300px;
        width: 300px;
    }

    /*a.exolax-text {*/
    /*    font-size: 180px;*/
    /*}*/
    .about-wrapper .about-content ul .about-list .icon {
        width: 120px;
    }

    .service-wrapper ul .service-list .content h3 {
        font-size: 59px;
    }

    a.exolax-text {
        width: 30%;
    }

    .testimonial-left h2 {
        font-size: 35px;
    }

    .about-content-2 h2 {
        font-size: 40px;
    }
}



@media(max-width:1199px) {
    .footer-wrapper .footer-wrapper-items p {
        font-size: 15px;
    }
}

@media(max-width:991px) {
    .mobile-contact {
        display: block !important;
    }

    a.exolax-text {
        width: 30%;
        margin-top: 30px;
    }

    .footer-wrapper .footer-wrapper-items p {
        font-size: 12px;
    }

    a.exolax-text img {
        height: 100% !important;
    }

    footer.footer-section {
        padding-bottom: 20px;
    }

}

@media(max-width:767px) {

    .footer-wrapper-items {
        display: unset !important;
        text-align: center;
    }

    .footer-social-contact.wow.fadeInUp {
        text-align: center;
    }

    .social-icon.d-flex.align-items-center {
        justify-content: center;
    }

    .footer-wrapper .footer-wrapper-items p br {
        display: none;
    }

    .footer-wrapper .footer-wrapper-items p {
        text-align: center !important;
        justify-content: center;
        font-size: 18px;
    }

    .footer-info {
        text-align: center;
    }

    a.exolax-text {
        margin: auto;
        width: 60%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:575px) {
    /*a.exolax-text {*/
    /*    font-size: 55px;*/
    /*}*/

    .footer-wrapper-items {
        margin-bottom: 20px !important;
    }

    .service-wrapper ul .service-list .content h3 {
        font-size: 45px;
    }

    .cta-wrapper h2 {
        font-size: 25px;
    }

    .privacy-term-content .content h2 {
        font-size: 28px;
    }

    .privacy-term-content .content h3 {
        font-size: 23px;
    }

    .privacy-term-content .content p {
        font-size: 14px;
    }
}