.feature-list li h5 {
    font-size: 16px;
}

@media only screen and (min-width: 1920px) {

    .section-title h2,
    .section-title h2,
    .breadcrumb-title h2,
    .section-title h2,
    .content-title h2 {
        font-size: 35px;
    }

}

@media only screen and (min-width: 1600px) {

    .breadcrumb-title h2,
    .section-title h2,
    .content-title h2 {
        font-size: 35px;
    }
}


@media(max-width:1300px) {
    section.about-wrap.style1.ptb-100.bg-f.about-bg-1 {
        padding: 30px 0;
    }

    .counter-wrap {
        padding: 30px 0 !important;
    }
}


@media(max-width:1200px) {
    .callno-top-btn {
        display: none !important;
    }

    .header-wrap .logo img {
        max-width: 350px;
    }

    .why-choose-wrap.style1 .wh-img-wrap .wh-img-1 {
        width: 100%;
    }

    .about-wrap.style1 .about-img-wrap .about-img-1 {
        width: 100%;
    }

    .about-wrap.style1 .about-img-wrap .about-img-1 {
        height: 400px;
        width: calc(100% - 10px);
    }

    .why-choose-wrap.style1 .wh-img-wrap .wh-img-1 {
        height: 400px;
    }

    .first-top {
        margin-top: 36px;
    }

    .service-details-wrap.sales.pt-60 {
        padding-top: 0;
    }

    .product-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .first-top-contact {
        margin-top: 140px;
    }

    .section-title span,
    .content-title span {
        font-size: 22px;
    }


}


@media(max-width:992px) {
    .hero-tablist-wrap {
        bottom: -134px;
    }
}

@media(max-width:576px) {
    .header-wrap .logo img {
        max-width: 259px;
        padding: 5px;
    }

    .footer-wrap .footer-top {
        padding-top: 60px;
    }

    .product-container {
        padding-left: 80px;
        padding-right: 80px;
    }

    .product-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .first-top-contact {
        margin-top: 100px;
    }

    .hero-wrap.style1 .hero-tablist-wrap {
        width: 100%;
        bottom: -114px;
        text-align: center;
        justify-content: center;
    }

    .hero-wrap.style1 {
        padding: 40px 0 150px;
    }
}


.footer-wrap .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 0;
    background: #262626;
}