/* responsive ******************************************************************************/
@media (max-width: 1599px) {}

/* responsive ******************************************************************************/
@media (max-width: 1499px) {}

/* responsive ******************************************************************************/
@media (max-width: 1399px) {}

/* responsive ******************************************************************************/
@media (max-width: 1299px) {
    .section-heading h3 {
        font-size: 32px;
    }

    .section-heading h2 {
        font-size: 64px;
    }

    .specification-box .row .box .text-box h5 {
        font-size: 24px;
    }

    .specification-box .row .box .text-box h4 {
        font-size: 16px;
    }

    .specification-box .row .box .text-box h6 {
        font-size: 14px;
    }

    .uses .uses-box .left-part .text-box h3,
    .uses .uses-box .right-part .text-box h3 {
        font-size: 24px;
    }

    .contact .section-heading p {
        font-size: 20px;
    }

    .faq-section .faq .faq-item h5 {
        font-size: 20px;
    }

    .faq-section .faq .faq-item p {
        font-size: 16px;
        margin-top: 15px;
    }

    .footer .enquire-box a {
        font-size: 50px;
    }

    section {
        padding: 60px 0;
    }

    .specification-box .row.row-1 .box {
        width: calc(33.33% - 30px);
    }

    .specification-box .row.row-2 .box {
        width: calc(25% - 24px);
    }

    .uses .uses-box .left-part .text-box h3,
    .uses .uses-box .right-part .text-box h3 {
        font-size: 16px;
    }

    .contact .contact-box {
        flex-direction: column;
    }

    .contact .contact-box .left-part {
        width: 100%;
        text-align: center;
    }

    .contact .section-heading p {
        width: 100%;
    }

    .contact .contact-box .right-part {
        width: 90%;
        margin-top: 30px;
    }

    .footer .enquire-box a {
        font-size: 42px;
    }

    .footer .right-part ul li p span {
        font-size: 16px;
    }

    .banner .banner-box .section-heading h1 {
        font-size: 52px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {}

/* responsive ******************************************************************************/
@media (max-width: 1080px) {}

/* responsive ******************************************************************************/
@media (max-width: 991px) {
    .about .about-box {
        flex-direction: column-reverse;
    }

    .about .about-box .image-box {
        width: 90%;
    }

    .about .about-box .text-box {
        width: 100%;
        text-align: center;
    }

    .section-heading h2 {
        font-size: 52px;
    }

    .section-heading h3 {
        font-size: 28px;
    }

    .about .about-box .text-box p {
        font-size: 16px;
        line-height: 32px;
    }

    section {
        padding: 40px 0;
    }

    .banner .banner-box .section-heading h1 {
        font-size: 40px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 767px) {
    .banner .banner-box .section-heading h1 {
        font-size: 34px;
    }

    .section-heading h2 {
        font-size: 40px;
    }

    .footer .footer-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer {
        padding-top: 40px;
    }

    .footer .footer-top::after {
        display: none;
    }

    .footer .footer-top .left-part,
    .footer .footer-top .right-part {
        width: 100%;
    }

    .footer .footer-top .left-part img {
        max-width: 220px;
        margin: 0 auto;
    }

    .footer .enquire-box a {
        font-size: 30px;
    }

    .footer .footer-bottom {
        margin-top: 40px;
    }

    .specification-box .row.row-1 .box {
        width: calc(50% - 30px);
    }

    .specification-box .row.row-2 .box {
        width: calc(50% - 24px);
    }

    .uses .uses-box .middle-part {
        width: 30%;
    }

    .uses .uses-box .left-part .text-box,
    .uses .uses-box .right-part .text-box {
        height: 100%;
    }

    .uses .uses-box .left-part,
    .uses .uses-box .right-part {
        width: 35%;
    }

    .uses .uses-box .left-part .text-box h3,
    .uses .uses-box .right-part .text-box h3 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .contact .section-heading p {
        font-size: 16px;
    }

    .contact .form-group button {
        font-size: 18px;
    }

    .faq-section .faq .faq-item h5 {
        font-size: 18px;
    }

    .faq-section .faq .faq-item p {
        font-size: 14px;
        line-height: 1.3;
    }

    .faq-section .faq .faq-item .faq-question::after,
    .faq-section .faq .faq-item .faq-question::before {
        width: 15px;
        height: 15px;
        right: 0px;
    }

    .header .header-box .image-box {
        max-width: 160px;
    }

    .default-btn {
        font-size: 18px;
    }

    .section-heading h3 {
        font-size: 22px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 575px) {}

/* responsive ******************************************************************************/
@media (max-width: 479px) {}

/* responsive ******************************************************************************/
@media (max-width: 375px) {}